Html Css Color HEX #572CDD Purple Heart

📋 copy color: '#572CDD'

red 87 ◦ green 44 ◦ blue 221

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

Shades of Purple Heart #572CDD

Tints of Purple Heart #572CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.78%

R = 24.72%
G = 12.5%
B = 62.78%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#572CDD (or 0x572CDD) is known color: Purple Heart. HEX triplet: 57, 2C and DD. RGB value is (87,44,221). Sum of RGB (Red+Green+Blue) = 87+44+221=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #572CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572CDD is #A8D322. Grayscale: #4C4C4C. Windows color (decimal): -11064099 or 14494807. OLE color: 14494807.

HSL color Cylindrical-coordinate representation of color #572CDD: hue angle of 254.58º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #572CDD is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 44 221 -
CMYK 0.61 0.80 0 0.13
HSL 254.58º 0.72% 0.52% -
HSV(B) 254.58º 0.8% 0.87% -
XYZ 17.88 9.05 69.21 -
YUV 77.04 209.25 135.11 -
System Red Green Blue C M Y K H S L
Decimal 87 44 221 0.61 0.80 0 0.13 254.58 0.72 0.52
Hex 57 2C DD 3D 50 0 D FF 48 34
Octal 127 54 335 75 120 0 15 377 110 64
Binary 1010111 101100 11011101 111101 1010000 0 1101 11111111 1001000 110100

Color Harmonies of #572CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572CDD

Black with #572CDD

Text Example


Text Example

White with #572CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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