Html Css Color HEX #573DCF Purple Heart

📋 copy color: '#573DCF'

red 87 ◦ green 61 ◦ blue 207

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

Shades of Purple Heart #573DCF

Tints of Purple Heart #573DCF

RGB

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

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

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

R = 24.51%
G = 17.18%
B = 58.31%

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

#573DCF (or 0x573DCF) is known color: Purple Heart. HEX triplet: 57, 3D and CF. RGB value is (87,61,207). Sum of RGB (Red+Green+Blue) = 87+61+207=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #573DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573DCF is #A8C230. Grayscale: #545454. Windows color (decimal): -11059761 or 13581655. OLE color: 13581655.

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

Color convert

RGB 87 61 207 -
CMYK 0.58 0.71 0 0.19
HSL 250.68º 0.6% 0.53% -
HSV(B) 250.68º 0.71% 0.81% -
XYZ 16.86 9.87 60.05 -
YUV 85.42 196.61 129.13 -
System Red Green Blue C M Y K H S L
Decimal 87 61 207 0.58 0.71 0 0.19 250.68 0.6 0.53
Hex 57 3D CF 3A 47 0 13 FB 3C 35
Octal 127 75 317 72 107 0 23 373 74 65
Binary 1010111 111101 11001111 111010 1000111 0 10011 11111011 111100 110101

Color Harmonies of #573DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573DCF

Black with #573DCF

Text Example


Text Example

White with #573DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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