Html Css Color HEX #561DCD Purple Heart

📋 copy color: '#561DCD'

red 86 ◦ green 29 ◦ blue 205

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

Shades of Purple Heart #561DCD

Tints of Purple Heart #561DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.06%

R = 26.88%
G = 9.06%
B = 64.06%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#561DCD (or 0x561DCD) is known color: Purple Heart. HEX triplet: 56, 1D and CD. RGB value is (86,29,205). Sum of RGB (Red+Green+Blue) = 86+29+205=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #561DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561DCD is #A9E232. Grayscale: #414141. Windows color (decimal): -11133491 or 13442390. OLE color: 13442390.

HSL color Cylindrical-coordinate representation of color #561DCD: hue angle of 259.43º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561DCD is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 29 205 -
CMYK 0.58 0.86 0 0.20
HSL 259.43º 0.75% 0.46% -
HSV(B) 259.43º 0.86% 0.8% -
XYZ 15.3 7.26 58.35 -
YUV 66.11 206.38 142.19 -
System Red Green Blue C M Y K H S L
Decimal 86 29 205 0.58 0.86 0 0.20 259.43 0.75 0.46
Hex 56 1D CD 3A 56 0 14 103 4B 2E
Octal 126 35 315 72 126 0 24 403 113 56
Binary 1010110 11101 11001101 111010 1010110 0 10100 100000011 1001011 101110

Color Harmonies of #561DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561DCD

Black with #561DCD

Text Example


Text Example

White with #561DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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