Html Css Color HEX #561DCE Purple Heart

📋 copy color: '#561DCE'

red 86 ◦ green 29 ◦ blue 206

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

Shades of Purple Heart #561DCE

Tints of Purple Heart #561DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 26.79%
G = 9.03%
B = 64.17%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#561DCE (or 0x561DCE) is known color: Purple Heart. HEX triplet: 56, 1D and CE. RGB value is (86,29,206). Sum of RGB (Red+Green+Blue) = 86+29+206=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #561DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561DCE is #A9E231. Grayscale: #414141. Windows color (decimal): -11133490 or 13507926. OLE color: 13507926.

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

Color convert

RGB 86 29 206 -
CMYK 0.58 0.86 0 0.19
HSL 259.32º 0.75% 0.46% -
HSV(B) 259.32º 0.86% 0.81% -
XYZ 15.42 7.31 58.99 -
YUV 66.22 206.88 142.11 -
System Red Green Blue C M Y K H S L
Decimal 86 29 206 0.58 0.86 0 0.19 259.32 0.75 0.46
Hex 56 1D CE 3A 56 0 13 103 4B 2E
Octal 126 35 316 72 126 0 23 403 113 56
Binary 1010110 11101 11001110 111010 1010110 0 10011 100000011 1001011 101110

Color Harmonies of #561DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561DCE

Black with #561DCE

Text Example


Text Example

White with #561DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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