Html Css Color HEX #5E07CE Purple Heart

📋 copy color: '#5E07CE'

red 94 ◦ green 7 ◦ blue 206

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

Shades of Purple Heart #5E07CE

Tints of Purple Heart #5E07CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.28%

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 30.62%
G = 2.28%
B = 67.1%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E07CE (or 0x5E07CE) is known color: Purple Heart. HEX triplet: 5E, 07 and CE. RGB value is (94,7,206). Sum of RGB (Red+Green+Blue) = 94+7+206=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E07CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E07CE is #A1F831. Grayscale: #363636. Windows color (decimal): -10614834 or 13502302. OLE color: 13502302.

HSL color Cylindrical-coordinate representation of color #5E07CE: hue angle of 266.23º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E07CE is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 7 206 -
CMYK 0.54 0.97 0 0.19
HSL 266.23º 0.93% 0.42% -
HSV(B) 266.23º 0.97% 0.81% -
XYZ 15.83 6.99 58.91 -
YUV 55.7 212.82 155.32 -
System Red Green Blue C M Y K H S L
Decimal 94 7 206 0.54 0.97 0 0.19 266.23 0.93 0.42
Hex 5E 7 CE 36 61 0 13 10A 5D 2A
Octal 136 7 316 66 141 0 23 412 135 52
Binary 1011110 111 11001110 110110 1100001 0 10011 100001010 1011101 101010

Color Harmonies of #5E07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E07CE

Black with #5E07CE

Text Example


Text Example

White with #5E07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,7,206); }

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

background-color css

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

 a { background-color: rgb(94,7,206); }

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

border-color css

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

 span { border-color: rgb(94,7,206); }

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