Html Css Color HEX #5612CE Purple Heart

📋 copy color: '#5612CE'

red 86 ◦ green 18 ◦ blue 206

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

Shades of Purple Heart #5612CE

Tints of Purple Heart #5612CE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.81%

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

R = 27.74%
G = 5.81%
B = 66.45%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5612CE (or 0x5612CE) is known color: Purple Heart. HEX triplet: 56, 12 and CE. RGB value is (86,18,206). Sum of RGB (Red+Green+Blue) = 86+18+206=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #5612CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5612CE is #A9ED31. Grayscale: #3B3B3B. Windows color (decimal): -11136306 or 13505110. OLE color: 13505110.

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

Color convert

RGB 86 18 206 -
CMYK 0.58 0.91 0 0.19
HSL 261.7º 0.84% 0.44% -
HSV(B) 261.7º 0.91% 0.81% -
XYZ 15.19 6.87 58.92 -
YUV 59.76 210.53 146.71 -
System Red Green Blue C M Y K H S L
Decimal 86 18 206 0.58 0.91 0 0.19 261.7 0.84 0.44
Hex 56 12 CE 3A 5B 0 13 106 54 2C
Octal 126 22 316 72 133 0 23 406 124 54
Binary 1010110 10010 11001110 111010 1011011 0 10011 100000110 1010100 101100

Color Harmonies of #5612CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5612CE

Black with #5612CE

Text Example


Text Example

White with #5612CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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