Html Css Color HEX #572CB2 Purple Heart

📋 copy color: '#572CB2'

red 87 ◦ green 44 ◦ blue 178

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

Shades of Purple Heart #572CB2

Tints of Purple Heart #572CB2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.24%

 BLUE value IS 178 (69.92% from 255) = 57.61%

R = 28.16%
G = 14.24%
B = 57.61%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#572CB2 (or 0x572CB2) is known color: Purple Heart. HEX triplet: 57, 2C and B2. RGB value is (87,44,178). Sum of RGB (Red+Green+Blue) = 87+44+178=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #572CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572CB2 is #A8D34D. Grayscale: #474747. Windows color (decimal): -11064142 or 11676759. OLE color: 11676759.

HSL color Cylindrical-coordinate representation of color #572CB2: hue angle of 259.25º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572CB2 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 87 44 178 -
CMYK 0.51 0.75 0 0.30
HSL 259.25º 0.6% 0.44% -
HSV(B) 259.25º 0.75% 0.7% -
XYZ 12.87 7.04 42.8 -
YUV 72.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 87 44 178 0.51 0.75 0 0.30 259.25 0.6 0.44
Hex 57 2C B2 33 4B 0 1E 103 3C 2C
Octal 127 54 262 63 113 0 36 403 74 54
Binary 1010111 101100 10110010 110011 1001011 0 11110 100000011 111100 101100

Color Harmonies of #572CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572CB2

Black with #572CB2

Text Example


Text Example

White with #572CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,44,178); }

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

background-color css

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

 a { background-color: rgb(87,44,178); }

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

border-color css

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

 span { border-color: rgb(87,44,178); }

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