Html Css Color HEX #561DAF Purple Heart

📋 copy color: '#561DAF'

red 86 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #561DAF

Tints of Purple Heart #561DAF

RGB

 RED value IS 86 (33.98% from 255) = 29.66%

 GREEN value IS 29 (11.72% from 255) = 10%

 BLUE value IS 175 (68.75% from 255) = 60.34%

R = 29.66%
G = 10%
B = 60.34%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#561DAF (or 0x561DAF) is known color: Purple Heart. HEX triplet: 56, 1D and AF. RGB value is (86,29,175). Sum of RGB (Red+Green+Blue) = 86+29+175=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #561DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561DAF is #A9E250. Grayscale: #3E3E3E. Windows color (decimal): -11133521 or 11476310. OLE color: 11476310.

HSL color Cylindrical-coordinate representation of color #561DAF: hue angle of 263.42º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561DAF is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 29 175 -
CMYK 0.51 0.83 0 0.31
HSL 263.42º 0.72% 0.4% -
HSV(B) 263.42º 0.83% 0.69% -
XYZ 12.01 5.95 41.07 -
YUV 62.69 191.38 144.63 -
System Red Green Blue C M Y K H S L
Decimal 86 29 175 0.51 0.83 0 0.31 263.42 0.72 0.4
Hex 56 1D AF 33 53 0 1F 107 48 28
Octal 126 35 257 63 123 0 37 407 110 50
Binary 1010110 11101 10101111 110011 1010011 0 11111 100000111 1001000 101000

Color Harmonies of #561DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561DAF

Black with #561DAF

Text Example


Text Example

White with #561DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561DAF; }

 p { color: rgb(86,29,175); }

 H1.HeaderClassName
 {
   color: #561DAF;
 }
 .AnyTagClassName
 {
   color: #561DAF;
 }
</style>

background-color css

<style>
 a { background-color: #561DAF; }

 a { background-color: rgb(86,29,175); }

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

border-color css

<style>
 span { border-color: #561DAF; }

 span { border-color: rgb(86,29,175); }

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