Html Css Color HEX #573CCC Purple Heart

📋 copy color: '#573CCC'

red 87 ◦ green 60 ◦ blue 204

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

Shades of Purple Heart #573CCC

Tints of Purple Heart #573CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.09%

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

R = 24.79%
G = 17.09%
B = 58.12%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#573CCC (or 0x573CCC) is known color: Purple Heart. HEX triplet: 57, 3C and CC. RGB value is (87,60,204). Sum of RGB (Red+Green+Blue) = 87+60+204=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #573CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CCC is #A8C333. Grayscale: #535353. Windows color (decimal): -11060020 or 13384791. OLE color: 13384791.

HSL color Cylindrical-coordinate representation of color #573CCC: hue angle of 251.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #573CCC is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 60 204 -
CMYK 0.57 0.71 0 0.2
HSL 251.25º 0.59% 0.52% -
HSV(B) 251.25º 0.71% 0.8% -
XYZ 16.45 9.62 58.12 -
YUV 84.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 87 60 204 0.57 0.71 0 0.2 251.25 0.59 0.52
Hex 57 3C CC 39 47 0 14 FB 3B 34
Octal 127 74 314 71 107 0 24 373 73 64
Binary 1010111 111100 11001100 111001 1000111 0 10100 11111011 111011 110100

Color Harmonies of #573CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CCC

Black with #573CCC

Text Example


Text Example

White with #573CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573CCC; }

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

 H1.HeaderClassName
 {
   color: #573CCC;
 }
 .AnyTagClassName
 {
   color: #573CCC;
 }
</style>

background-color css

<style>
 a { background-color: #573CCC; }

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

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

border-color css

<style>
 span { border-color: #573CCC; }

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

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