Html Css Color HEX #572FDC Purple Heart

📋 copy color: '#572FDC'

red 87 ◦ green 47 ◦ blue 220

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

Shades of Purple Heart #572FDC

Tints of Purple Heart #572FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.28%

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 24.58%
G = 13.28%
B = 62.15%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#572FDC (or 0x572FDC) is known color: Purple Heart. HEX triplet: 57, 2F and DC. RGB value is (87,47,220). Sum of RGB (Red+Green+Blue) = 87+47+220=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #572FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572FDC is #A8D023. Grayscale: #4E4E4E. Windows color (decimal): -11063332 or 14430039. OLE color: 14430039.

HSL color Cylindrical-coordinate representation of color #572FDC: hue angle of 253.87º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #572FDC is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 47 220 -
CMYK 0.60 0.79 0 0.14
HSL 253.87º 0.71% 0.52% -
HSV(B) 253.87º 0.79% 0.86% -
XYZ 17.87 9.23 68.55 -
YUV 78.68 207.75 133.93 -
System Red Green Blue C M Y K H S L
Decimal 87 47 220 0.60 0.79 0 0.14 253.87 0.71 0.52
Hex 57 2F DC 3C 4F 0 E FE 47 34
Octal 127 57 334 74 117 0 16 376 107 64
Binary 1010111 101111 11011100 111100 1001111 0 1110 11111110 1000111 110100

Color Harmonies of #572FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572FDC

Black with #572FDC

Text Example


Text Example

White with #572FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,47,220); }

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

background-color css

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

 a { background-color: rgb(87,47,220); }

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

border-color css

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

 span { border-color: rgb(87,47,220); }

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