#3E02BF

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

Shades of Purple Heart #3E02BF

Tints of Purple Heart #3E02BF

Color information

#3E02BF (or 0x3E02BF) is unknown color: approx Purple Heart. HEX triplet: 3E, 02 and BF. RGB value is (62,2,191). Sum of RGB (Red+Green+Blue) = 62+2+191=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E02BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02BF is #C1FD40. Grayscale: #282828. Windows color (decimal): -12713281 or 12517950. OLE color: 12517950.

HSL color Cylindrical-coordinate representation of color #3E02BF: hue angle of 259.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02BF is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB622191-
CMYK0.680.9900.25
HSL259.05º97.93%37.84%-
HSV(B)259.05º98.95%74.9%-
XYZ11.414.8349.62-
YUV41.49212.38142.63-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.31%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 191 (75% from 255) = 74.90%
R=24.31%
G=0.78%
B=74.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6221910.680.9900.25259.0597.9337.84
Hex3E2BF44630191036226
Octal76227710414303140314246
Binary1111101010111111100010011000110110011000000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E02BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,2,191); }

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

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

 a { background-color: rgb(62,2,191); }

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

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

 span { border-color: rgb(62,2,191); }

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