Html Css Color HEX #3E02BE Purple Heart

📋 copy color: '#3E02BE'

red 62 ◦ green 2 ◦ blue 190

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

Shades of Purple Heart #3E02BE

Tints of Purple Heart #3E02BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.8%

R = 24.41%
G = 0.79%
B = 74.8%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E02BE (or 0x3E02BE) is known color: Purple Heart. HEX triplet: 3E, 02 and BE. RGB value is (62,2,190). Sum of RGB (Red+Green+Blue) = 62+2+190=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E02BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02BE is #C1FD41. Grayscale: #282828. Windows color (decimal): -12713282 or 12452414. OLE color: 12452414.

HSL color Cylindrical-coordinate representation of color #3E02BE: hue angle of 259.15º 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 #3E02BE is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 2 190 -
CMYK 0.67 0.99 0 0.25
HSL 259.15º 0.98% 0.38% -
HSV(B) 259.15º 0.99% 0.75% -
XYZ 11.3 4.79 49.04 -
YUV 41.37 211.88 142.71 -
System Red Green Blue C M Y K H S L
Decimal 62 2 190 0.67 0.99 0 0.25 259.15 0.98 0.38
Hex 3E 2 BE 43 63 0 19 103 62 26
Octal 76 2 276 103 143 0 31 403 142 46
Binary 111110 10 10111110 1000011 1100011 0 11001 100000011 1100010 100110

Color Harmonies of #3E02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E02BE

Black with #3E02BE

Text Example


Text Example

White with #3E02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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