Html Css Color HEX #572DD1 Purple Heart

📋 copy color: '#572DD1'

red 87 ◦ green 45 ◦ blue 209

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

Shades of Purple Heart #572DD1

Tints of Purple Heart #572DD1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

 BLUE value IS 209 (82.03% from 255) = 61.29%

R = 25.51%
G = 13.2%
B = 61.29%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#572DD1 (or 0x572DD1) is known color: Purple Heart. HEX triplet: 57, 2D and D1. RGB value is (87,45,209). Sum of RGB (Red+Green+Blue) = 87+45+209=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #572DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572DD1 is #A8D22E. Grayscale: #4B4B4B. Windows color (decimal): -11063855 or 13708631. OLE color: 13708631.

HSL color Cylindrical-coordinate representation of color #572DD1: hue angle of 255.37º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #572DD1 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 45 209 -
CMYK 0.58 0.78 0 0.18
HSL 255.37º 0.65% 0.5% -
HSV(B) 255.37º 0.78% 0.82% -
XYZ 16.38 8.51 61.1 -
YUV 76.25 202.91 135.66 -
System Red Green Blue C M Y K H S L
Decimal 87 45 209 0.58 0.78 0 0.18 255.37 0.65 0.5
Hex 57 2D D1 3A 4E 0 12 FF 41 32
Octal 127 55 321 72 116 0 22 377 101 62
Binary 1010111 101101 11010001 111010 1001110 0 10010 11111111 1000001 110010

Color Harmonies of #572DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572DD1

Black with #572DD1

Text Example


Text Example

White with #572DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,45,209); }

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

background-color css

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

 a { background-color: rgb(87,45,209); }

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

border-color css

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

 span { border-color: rgb(87,45,209); }

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