Html Css Color HEX #573DBB Purple Heart

📋 copy color: '#573DBB'

red 87 ◦ green 61 ◦ blue 187

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

Shades of Purple Heart #573DBB

Tints of Purple Heart #573DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.82%

R = 25.97%
G = 18.21%
B = 55.82%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#573DBB (or 0x573DBB) is known color: Purple Heart. HEX triplet: 57, 3D and BB. RGB value is (87,61,187). Sum of RGB (Red+Green+Blue) = 87+61+187=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #573DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573DBB is #A8C244. Grayscale: #525252. Windows color (decimal): -11059781 or 12270935. OLE color: 12270935.

HSL color Cylindrical-coordinate representation of color #573DBB: hue angle of 252.38º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #573DBB is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 61 187 -
CMYK 0.53 0.67 0 0.27
HSL 252.38º 0.51% 0.49% -
HSV(B) 252.38º 0.67% 0.73% -
XYZ 14.57 8.95 47.97 -
YUV 83.14 186.61 130.75 -
System Red Green Blue C M Y K H S L
Decimal 87 61 187 0.53 0.67 0 0.27 252.38 0.51 0.49
Hex 57 3D BB 35 43 0 1B FC 33 31
Octal 127 75 273 65 103 0 33 374 63 61
Binary 1010111 111101 10111011 110101 1000011 0 11011 11111100 110011 110001

Color Harmonies of #573DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573DBB

Black with #573DBB

Text Example


Text Example

White with #573DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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