Html Css Color HEX #573CCB Purple Heart

📋 copy color: '#573CCB'

red 87 ◦ green 60 ◦ blue 203

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

Shades of Purple Heart #573CCB

Tints of Purple Heart #573CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58%

R = 24.86%
G = 17.14%
B = 58%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#573CCB (or 0x573CCB) is known color: Purple Heart. HEX triplet: 57, 3C and CB. RGB value is (87,60,203). Sum of RGB (Red+Green+Blue) = 87+60+203=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #573CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CCB is #A8C334. Grayscale: #535353. Windows color (decimal): -11060021 or 13319255. OLE color: 13319255.

HSL color Cylindrical-coordinate representation of color #573CCB: hue angle of 251.33º 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 #573CCB is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 60 203 -
CMYK 0.57 0.70 0 0.20
HSL 251.33º 0.58% 0.52% -
HSV(B) 251.33º 0.7% 0.8% -
XYZ 16.33 9.57 57.49 -
YUV 84.38 194.95 129.87 -
System Red Green Blue C M Y K H S L
Decimal 87 60 203 0.57 0.70 0 0.20 251.33 0.58 0.52
Hex 57 3C CB 39 46 0 14 FB 3A 34
Octal 127 74 313 71 106 0 24 373 72 64
Binary 1010111 111100 11001011 111001 1000110 0 10100 11111011 111010 110100

Color Harmonies of #573CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CCB

Black with #573CCB

Text Example


Text Example

White with #573CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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