Html Css Color HEX #5716CC Purple Heart

📋 copy color: '#5716CC'

red 87 ◦ green 22 ◦ blue 204

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

Shades of Purple Heart #5716CC

Tints of Purple Heart #5716CC

RGB

 RED value IS 87 (34.38% from 255) = 27.8%

 GREEN value IS 22 (8.98% from 255) = 7.03%

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

R = 27.8%
G = 7.03%
B = 65.18%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5716CC (or 0x5716CC) is known color: Purple Heart. HEX triplet: 57, 16 and CC. RGB value is (87,22,204). Sum of RGB (Red+Green+Blue) = 87+22+204=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 22 (8.98% from 255 or 7.03% 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 #5716CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5716CC is #A8E933. Grayscale: #3D3D3D. Windows color (decimal): -11069748 or 13375063. OLE color: 13375063.

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

Color convert

RGB 87 22 204 -
CMYK 0.57 0.89 0 0.2
HSL 261.43º 0.81% 0.44% -
HSV(B) 261.43º 0.89% 0.8% -
XYZ 15.12 6.96 57.67 -
YUV 62.18 208.03 145.7 -
System Red Green Blue C M Y K H S L
Decimal 87 22 204 0.57 0.89 0 0.2 261.43 0.81 0.44
Hex 57 16 CC 39 59 0 14 105 51 2C
Octal 127 26 314 71 131 0 24 405 121 54
Binary 1010111 10110 11001100 111001 1011001 0 10100 100000101 1010001 101100

Color Harmonies of #5716CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5716CC

Black with #5716CC

Text Example


Text Example

White with #5716CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,22,204); }

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

background-color css

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

 a { background-color: rgb(87,22,204); }

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

border-color css

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

 span { border-color: rgb(87,22,204); }

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