Html Css Color HEX #3E02BC Purple Heart

📋 copy color: '#3E02BC'

red 62 ◦ green 2 ◦ blue 188

#3E02BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #3E02BC

Tints of Purple Heart #3E02BC

RGB

 RED value IS 62 (24.61% from 255) = 24.6%

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 188 (73.83% from 255) = 74.6%

R = 24.6%
G = 0.79%
B = 74.6%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3E02BC (or 0x3E02BC) is known color: Purple Heart. HEX triplet: 3E, 02 and BC. RGB value is (62,2,188). Sum of RGB (Red+Green+Blue) = 62+2+188=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E02BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02BC is #C1FD43. Grayscale: #282828. Windows color (decimal): -12713284 or 12321342. OLE color: 12321342.

HSL color Cylindrical-coordinate representation of color #3E02BC: hue angle of 259.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02BC is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 62 2 188 -
CMYK 0.67 0.99 0 0.26
HSL 259.35º 0.98% 0.37% -
HSV(B) 259.35º 0.99% 0.74% -
XYZ 11.09 4.7 47.9 -
YUV 41.14 210.88 142.88 -
System Red Green Blue C M Y K H S L
Decimal 62 2 188 0.67 0.99 0 0.26 259.35 0.98 0.37
Hex 3E 2 BC 43 63 0 1A 103 62 25
Octal 76 2 274 103 143 0 32 403 142 45
Binary 111110 10 10111100 1000011 1100011 0 11010 100000011 1100010 100101

Color Harmonies of #3E02BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E02BC

Black with #3E02BC

Text Example


Text Example

White with #3E02BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E02BC;
 }
 .AnyTagClassName
 {
   color: #3E02BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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