Html Css Color HEX #5E08CD Purple Heart

📋 copy color: '#5E08CD'

red 94 ◦ green 8 ◦ blue 205

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

Shades of Purple Heart #5E08CD

Tints of Purple Heart #5E08CD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.61%

 BLUE value IS 205 (80.47% from 255) = 66.78%

R = 30.62%
G = 2.61%
B = 66.78%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E08CD (or 0x5E08CD) is known color: Purple Heart. HEX triplet: 5E, 08 and CD. RGB value is (94,8,205). Sum of RGB (Red+Green+Blue) = 94+8+205=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E08CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E08CD is #A1F732. Grayscale: #373737. Windows color (decimal): -10614579 or 13437022. OLE color: 13437022.

HSL color Cylindrical-coordinate representation of color #5E08CD: hue angle of 266.19º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E08CD is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 8 205 -
CMYK 0.54 0.96 0 0.20
HSL 266.19º 0.92% 0.42% -
HSV(B) 266.19º 0.96% 0.8% -
XYZ 15.72 6.96 58.27 -
YUV 56.17 211.99 154.98 -
System Red Green Blue C M Y K H S L
Decimal 94 8 205 0.54 0.96 0 0.20 266.19 0.92 0.42
Hex 5E 8 CD 36 60 0 14 10A 5C 2A
Octal 136 10 315 66 140 0 24 412 134 52
Binary 1011110 1000 11001101 110110 1100000 0 10100 100001010 1011100 101010

Color Harmonies of #5E08CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E08CD

Black with #5E08CD

Text Example


Text Example

White with #5E08CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,8,205); }

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

background-color css

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

 a { background-color: rgb(94,8,205); }

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

border-color css

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

 span { border-color: rgb(94,8,205); }

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