Html Css Color HEX #573FB5 Purple Heart

📋 copy color: '#573FB5'

red 87 ◦ green 63 ◦ blue 181

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

Shades of Purple Heart #573FB5

Tints of Purple Heart #573FB5

RGB

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

 GREEN value IS 63 (25% from 255) = 19.03%

 BLUE value IS 181 (71.09% from 255) = 54.68%

R = 26.28%
G = 19.03%
B = 54.68%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#573FB5 (or 0x573FB5) is known color: Purple Heart. HEX triplet: 57, 3F and B5. RGB value is (87,63,181). Sum of RGB (Red+Green+Blue) = 87+63+181=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #573FB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573FB5 is #A8C04A. Grayscale: #535353. Windows color (decimal): -11059275 or 11878231. OLE color: 11878231.

HSL color Cylindrical-coordinate representation of color #573FB5: hue angle of 252.2º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #573FB5 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 63 181 -
CMYK 0.52 0.65 0 0.29
HSL 252.2º 0.48% 0.48% -
HSV(B) 252.2º 0.65% 0.71% -
XYZ 14.05 8.92 44.7 -
YUV 83.63 182.95 130.41 -
System Red Green Blue C M Y K H S L
Decimal 87 63 181 0.52 0.65 0 0.29 252.2 0.48 0.48
Hex 57 3F B5 34 41 0 1D FC 30 30
Octal 127 77 265 64 101 0 35 374 60 60
Binary 1010111 111111 10110101 110100 1000001 0 11101 11111100 110000 110000

Color Harmonies of #573FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573FB5

Black with #573FB5

Text Example


Text Example

White with #573FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,63,181); }

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

background-color css

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

 a { background-color: rgb(87,63,181); }

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

border-color css

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

 span { border-color: rgb(87,63,181); }

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