Html Css Color HEX #572ECC Purple Heart

📋 copy color: '#572ECC'

red 87 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #572ECC

Tints of Purple Heart #572ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.65%

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

R = 25.82%
G = 13.65%
B = 60.53%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#572ECC (or 0x572ECC) is known color: Purple Heart. HEX triplet: 57, 2E and CC. RGB value is (87,46,204). Sum of RGB (Red+Green+Blue) = 87+46+204=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #572ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ECC is #A8D133. Grayscale: #4B4B4B. Windows color (decimal): -11063604 or 13381207. OLE color: 13381207.

HSL color Cylindrical-coordinate representation of color #572ECC: hue angle of 255.57º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #572ECC is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 46 204 -
CMYK 0.57 0.77 0 0.2
HSL 255.57º 0.63% 0.49% -
HSV(B) 255.57º 0.77% 0.8% -
XYZ 15.81 8.34 57.9 -
YUV 76.27 200.08 135.65 -
System Red Green Blue C M Y K H S L
Decimal 87 46 204 0.57 0.77 0 0.2 255.57 0.63 0.49
Hex 57 2E CC 39 4D 0 14 100 3F 31
Octal 127 56 314 71 115 0 24 400 77 61
Binary 1010111 101110 11001100 111001 1001101 0 10100 100000000 111111 110001

Color Harmonies of #572ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572ECC

Black with #572ECC

Text Example


Text Example

White with #572ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572ECC; }

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

 H1.HeaderClassName
 {
   color: #572ECC;
 }
 .AnyTagClassName
 {
   color: #572ECC;
 }
</style>

background-color css

<style>
 a { background-color: #572ECC; }

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

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

border-color css

<style>
 span { border-color: #572ECC; }

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

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