Html Css Color HEX #5711CC Purple Heart

📋 copy color: '#5711CC'

red 87 ◦ green 17 ◦ blue 204

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

Shades of Purple Heart #5711CC

Tints of Purple Heart #5711CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

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

R = 28.25%
G = 5.52%
B = 66.23%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5711CC (or 0x5711CC) is known color: Purple Heart. HEX triplet: 57, 11 and CC. RGB value is (87,17,204). Sum of RGB (Red+Green+Blue) = 87+17+204=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #5711CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5711CC is #A8EE33. Grayscale: #3A3A3A. Windows color (decimal): -11071028 or 13373783. OLE color: 13373783.

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

Color convert

RGB 87 17 204 -
CMYK 0.57 0.92 0 0.2
HSL 262.46º 0.85% 0.43% -
HSV(B) 262.46º 0.92% 0.8% -
XYZ 15.03 6.79 57.64 -
YUV 59.25 209.69 147.79 -
System Red Green Blue C M Y K H S L
Decimal 87 17 204 0.57 0.92 0 0.2 262.46 0.85 0.43
Hex 57 11 CC 39 5C 0 14 106 55 2B
Octal 127 21 314 71 134 0 24 406 125 53
Binary 1010111 10001 11001100 111001 1011100 0 10100 100000110 1010101 101011

Color Harmonies of #5711CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5711CC

Black with #5711CC

Text Example


Text Example

White with #5711CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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