Html Css Color HEX #5617CC Purple Heart

📋 copy color: '#5617CC'

red 86 ◦ green 23 ◦ blue 204

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

Shades of Purple Heart #5617CC

Tints of Purple Heart #5617CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

 BLUE value IS 204 (80.08% from 255) = 65.18%

R = 27.48%
G = 7.35%
B = 65.18%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5617CC (or 0x5617CC) is known color: Purple Heart. HEX triplet: 56, 17 and CC. RGB value is (86,23,204). Sum of RGB (Red+Green+Blue) = 86+23+204=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #5617CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5617CC is #A9E833. Grayscale: #3D3D3D. Windows color (decimal): -11135028 or 13375318. OLE color: 13375318.

HSL color Cylindrical-coordinate representation of color #5617CC: hue angle of 260.88º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5617CC is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 23 204 -
CMYK 0.58 0.89 0 0.2
HSL 260.88º 0.8% 0.45% -
HSV(B) 260.88º 0.89% 0.8% -
XYZ 15.04 6.95 57.68 -
YUV 62.47 207.87 144.78 -
System Red Green Blue C M Y K H S L
Decimal 86 23 204 0.58 0.89 0 0.2 260.88 0.8 0.45
Hex 56 17 CC 3A 59 0 14 105 50 2D
Octal 126 27 314 72 131 0 24 405 120 55
Binary 1010110 10111 11001100 111010 1011001 0 10100 100000101 1010000 101101

Color Harmonies of #5617CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5617CC

Black with #5617CC

Text Example


Text Example

White with #5617CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5617CC; }

 p { color: rgb(86,23,204); }

 H1.HeaderClassName
 {
   color: #5617CC;
 }
 .AnyTagClassName
 {
   color: #5617CC;
 }
</style>

background-color css

<style>
 a { background-color: #5617CC; }

 a { background-color: rgb(86,23,204); }

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

border-color css

<style>
 span { border-color: #5617CC; }

 span { border-color: rgb(86,23,204); }

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