Html Css Color HEX #5814CE Purple Heart

📋 copy color: '#5814CE'

red 88 ◦ green 20 ◦ blue 206

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

Shades of Purple Heart #5814CE

Tints of Purple Heart #5814CE

RGB

 RED value IS 88 (34.77% from 255) = 28.03%

 GREEN value IS 20 (8.2% from 255) = 6.37%

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

R = 28.03%
G = 6.37%
B = 65.61%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5814CE (or 0x5814CE) is known color: Purple Heart. HEX triplet: 58, 14 and CE. RGB value is (88,20,206). Sum of RGB (Red+Green+Blue) = 88+20+206=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #5814CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5814CE is #A7EB31. Grayscale: #3C3C3C. Windows color (decimal): -11004722 or 13505624. OLE color: 13505624.

HSL color Cylindrical-coordinate representation of color #5814CE: hue angle of 261.94º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5814CE is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 20 206 -
CMYK 0.57 0.90 0 0.19
HSL 261.94º 0.82% 0.44% -
HSV(B) 261.94º 0.9% 0.81% -
XYZ 15.42 7.03 58.94 -
YUV 61.54 209.53 146.88 -
System Red Green Blue C M Y K H S L
Decimal 88 20 206 0.57 0.90 0 0.19 261.94 0.82 0.44
Hex 58 14 CE 39 5A 0 13 106 52 2C
Octal 130 24 316 71 132 0 23 406 122 54
Binary 1011000 10100 11001110 111001 1011010 0 10011 100000110 1010010 101100

Color Harmonies of #5814CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5814CE

Black with #5814CE

Text Example


Text Example

White with #5814CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5814CE; }

 p { color: rgb(88,20,206); }

 H1.HeaderClassName
 {
   color: #5814CE;
 }
 .AnyTagClassName
 {
   color: #5814CE;
 }
</style>

background-color css

<style>
 a { background-color: #5814CE; }

 a { background-color: rgb(88,20,206); }

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

border-color css

<style>
 span { border-color: #5814CE; }

 span { border-color: rgb(88,20,206); }

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