#3f10b5

Color #3F10B5 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #3F10B5

Tints of Purple Heart #3F10B5

Color information

#3F10B5 (or 0x3F10B5) is unknown color: approx Purple Heart. HEX triplet: 3F, 10 and B5. RGB value is (63,16,181). Sum of RGB (Red+Green+Blue) = 63+16+181=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 181 (71.09% from 255 or 69.62% from 260); Max value from RGB is 181 - color contains mainly: blue. Hex color #3F10B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F10B5 is #C0EF4A. Grayscale: #303030. Windows color (decimal): -12644171 or 11866175. OLE color: 11866175.

HSL color Cylindrical-coordinate representation of color #3F10B5: hue angle of 257.09º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F10B5 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6316181-
CMYK0.650.9100.29
HSL257.09º83.76%38.63%-
HSV(B)257.09º91.16%70.98%-
XYZ10.584.7644.08-
YUV48.86202.57138.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 24.23%
GREEN value IS 16 (6.64% from 255) = 6.15%
BLUE value IS 181 (71.09% from 255) = 69.62%
R=24.23%
G=6.15%
B=69.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal63161810.650.9100.29257.0983.7638.63
Hex3F10B5415B01D1015427
Octal772026510113303540112447
Binary1111111000010110101100000110110110111011000000011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f10b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f10b5; }

 p { color: rgb(63,16,181); }

 H1.HeaderClassName
 {
   color: #3f10b5;
 }
 .AnyTagClassName
 {
   color: #3f10b5;
 }
</style>
background-color css

<style>
 a { background-color: #3f10b5; }

 a { background-color: rgb(63,16,181); }

 div.DivClassName
 {
   background-color: #3f10b5;
 }
 .BgClassName
 {
   background-color: #3f10b5;
 }
</style>
border-color css

<style>
 span { border-color: #3f10b5; }

 span { border-color: rgb(63,16,181); }

 td.TdClassName
 {
   border-color: #3f10b5;
 }
 .TagClassName
 {
   border-color: #3f10b5;
 }
</style>