Html Css Color HEX #5708CC Purple Heart

📋 copy color: '#5708CC'

red 87 ◦ green 8 ◦ blue 204

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

Shades of Purple Heart #5708CC

Tints of Purple Heart #5708CC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

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

R = 29.1%
G = 2.68%
B = 68.23%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5708CC (or 0x5708CC) is known color: Purple Heart. HEX triplet: 57, 08 and CC. RGB value is (87,8,204). Sum of RGB (Red+Green+Blue) = 87+8+204=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #5708CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5708CC is #A8F733. Grayscale: #353535. Windows color (decimal): -11073332 or 13371479. OLE color: 13371479.

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

Color convert

RGB 87 8 204 -
CMYK 0.57 0.96 0 0.2
HSL 264.18º 0.92% 0.42% -
HSV(B) 264.18º 0.96% 0.8% -
XYZ 14.92 6.56 57.61 -
YUV 53.97 212.67 151.56 -
System Red Green Blue C M Y K H S L
Decimal 87 8 204 0.57 0.96 0 0.2 264.18 0.92 0.42
Hex 57 8 CC 39 60 0 14 108 5C 2A
Octal 127 10 314 71 140 0 24 410 134 52
Binary 1010111 1000 11001100 111001 1100000 0 10100 100001000 1011100 101010

Color Harmonies of #5708CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5708CC

Black with #5708CC

Text Example


Text Example

White with #5708CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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