Html Css Color HEX #5618CE Purple Heart

📋 copy color: '#5618CE'

red 86 ◦ green 24 ◦ blue 206

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

Shades of Purple Heart #5618CE

Tints of Purple Heart #5618CE

RGB

 RED value IS 86 (33.98% from 255) = 27.22%

 GREEN value IS 24 (9.77% from 255) = 7.59%

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

R = 27.22%
G = 7.59%
B = 65.19%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5618CE (or 0x5618CE) is known color: Purple Heart. HEX triplet: 56, 18 and CE. RGB value is (86,24,206). Sum of RGB (Red+Green+Blue) = 86+24+206=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #5618CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5618CE is #A9E731. Grayscale: #3E3E3E. Windows color (decimal): -11134770 or 13506646. OLE color: 13506646.

HSL color Cylindrical-coordinate representation of color #5618CE: hue angle of 260.44º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5618CE is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 24 206 -
CMYK 0.58 0.88 0 0.19
HSL 260.44º 0.79% 0.45% -
HSV(B) 260.44º 0.88% 0.81% -
XYZ 15.3 7.09 58.95 -
YUV 63.29 208.54 144.2 -
System Red Green Blue C M Y K H S L
Decimal 86 24 206 0.58 0.88 0 0.19 260.44 0.79 0.45
Hex 56 18 CE 3A 58 0 13 104 4F 2D
Octal 126 30 316 72 130 0 23 404 117 55
Binary 1010110 11000 11001110 111010 1011000 0 10011 100000100 1001111 101101

Color Harmonies of #5618CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5618CE

Black with #5618CE

Text Example


Text Example

White with #5618CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,24,206); }

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

background-color css

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

 a { background-color: rgb(86,24,206); }

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

border-color css

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

 span { border-color: rgb(86,24,206); }

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