Html Css Color HEX #5E02CF Purple Heart

📋 copy color: '#5E02CF'

red 94 ◦ green 2 ◦ blue 207

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

Shades of Purple Heart #5E02CF

Tints of Purple Heart #5E02CF

RGB

 RED value IS 94 (37.11% from 255) = 31.02%

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

 BLUE value IS 207 (81.25% from 255) = 68.32%

R = 31.02%
G = 0.66%
B = 68.32%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E02CF (or 0x5E02CF) is known color: Purple Heart. HEX triplet: 5E, 02 and CF. RGB value is (94,2,207). Sum of RGB (Red+Green+Blue) = 94+2+207=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E02CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E02CF is #A1FD30. Grayscale: #343434. Windows color (decimal): -10616113 or 13566558. OLE color: 13566558.

HSL color Cylindrical-coordinate representation of color #5E02CF: hue angle of 266.93º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02CF is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 2 207 -
CMYK 0.55 0.99 0 0.19
HSL 266.93º 0.98% 0.41% -
HSV(B) 266.93º 0.99% 0.81% -
XYZ 15.9 6.93 59.53 -
YUV 52.88 214.98 157.33 -
System Red Green Blue C M Y K H S L
Decimal 94 2 207 0.55 0.99 0 0.19 266.93 0.98 0.41
Hex 5E 2 CF 37 63 0 13 10B 62 29
Octal 136 2 317 67 143 0 23 413 142 51
Binary 1011110 10 11001111 110111 1100011 0 10011 100001011 1100010 101001

Color Harmonies of #5E02CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E02CF

Black with #5E02CF

Text Example


Text Example

White with #5E02CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E02CF; }

 p { color: rgb(94,2,207); }

 H1.HeaderClassName
 {
   color: #5E02CF;
 }
 .AnyTagClassName
 {
   color: #5E02CF;
 }
</style>

background-color css

<style>
 a { background-color: #5E02CF; }

 a { background-color: rgb(94,2,207); }

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

border-color css

<style>
 span { border-color: #5E02CF; }

 span { border-color: rgb(94,2,207); }

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