Html Css Color HEX #573DB4 Purple Heart

📋 copy color: '#573DB4'

red 87 ◦ green 61 ◦ blue 180

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

Shades of Purple Heart #573DB4

Tints of Purple Heart #573DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 54.88%

R = 26.52%
G = 18.6%
B = 54.88%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#573DB4 (or 0x573DB4) is known color: Purple Heart. HEX triplet: 57, 3D and B4. RGB value is (87,61,180). Sum of RGB (Red+Green+Blue) = 87+61+180=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #573DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573DB4 is #A8C24B. Grayscale: #515151. Windows color (decimal): -11059788 or 11812183. OLE color: 11812183.

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

Color convert

RGB 87 61 180 -
CMYK 0.52 0.66 0 0.29
HSL 253.11º 0.49% 0.47% -
HSV(B) 253.11º 0.66% 0.71% -
XYZ 13.84 8.66 44.12 -
YUV 82.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 87 61 180 0.52 0.66 0 0.29 253.11 0.49 0.47
Hex 57 3D B4 34 42 0 1D FD 31 2F
Octal 127 75 264 64 102 0 35 375 61 57
Binary 1010111 111101 10110100 110100 1000010 0 11101 11111101 110001 101111

Color Harmonies of #573DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573DB4

Black with #573DB4

Text Example


Text Example

White with #573DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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