Html Css Color HEX #573DCC Purple Heart

📋 copy color: '#573DCC'

red 87 ◦ green 61 ◦ blue 204

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

Shades of Purple Heart #573DCC

Tints of Purple Heart #573DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.33%

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

R = 24.72%
G = 17.33%
B = 57.95%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#573DCC (or 0x573DCC) is known color: Purple Heart. HEX triplet: 57, 3D and CC. RGB value is (87,61,204). Sum of RGB (Red+Green+Blue) = 87+61+204=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #573DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573DCC is #A8C233. Grayscale: #545454. Windows color (decimal): -11059764 or 13385047. OLE color: 13385047.

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

Color convert

RGB 87 61 204 -
CMYK 0.57 0.70 0 0.2
HSL 250.91º 0.58% 0.52% -
HSV(B) 250.91º 0.7% 0.8% -
XYZ 16.5 9.72 58.13 -
YUV 85.08 195.11 129.37 -
System Red Green Blue C M Y K H S L
Decimal 87 61 204 0.57 0.70 0 0.2 250.91 0.58 0.52
Hex 57 3D CC 39 46 0 14 FB 3A 34
Octal 127 75 314 71 106 0 24 373 72 64
Binary 1010111 111101 11001100 111001 1000110 0 10100 11111011 111010 110100

Color Harmonies of #573DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573DCC

Black with #573DCC

Text Example


Text Example

White with #573DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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