Html Css Color HEX #573BCF Purple Heart

📋 copy color: '#573BCF'

red 87 ◦ green 59 ◦ blue 207

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

Shades of Purple Heart #573BCF

Tints of Purple Heart #573BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.71%

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 24.65%
G = 16.71%
B = 58.64%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#573BCF (or 0x573BCF) is known color: Purple Heart. HEX triplet: 57, 3B and CF. RGB value is (87,59,207). Sum of RGB (Red+Green+Blue) = 87+59+207=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #573BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573BCF is #A8C430. Grayscale: #535353. Windows color (decimal): -11060273 or 13581143. OLE color: 13581143.

HSL color Cylindrical-coordinate representation of color #573BCF: hue angle of 251.35º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #573BCF is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 59 207 -
CMYK 0.58 0.71 0 0.19
HSL 251.35º 0.61% 0.52% -
HSV(B) 251.35º 0.71% 0.81% -
XYZ 16.76 9.66 60.01 -
YUV 84.24 197.28 129.97 -
System Red Green Blue C M Y K H S L
Decimal 87 59 207 0.58 0.71 0 0.19 251.35 0.61 0.52
Hex 57 3B CF 3A 47 0 13 FB 3D 34
Octal 127 73 317 72 107 0 23 373 75 64
Binary 1010111 111011 11001111 111010 1000111 0 10011 11111011 111101 110100

Color Harmonies of #573BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573BCF

Black with #573BCF

Text Example


Text Example

White with #573BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,59,207); }

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

background-color css

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

 a { background-color: rgb(87,59,207); }

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

border-color css

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

 span { border-color: rgb(87,59,207); }

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