Html Css Color HEX #561ED8 Purple Heart

📋 copy color: '#561ED8'

red 86 ◦ green 30 ◦ blue 216

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

Shades of Purple Heart #561ED8

Tints of Purple Heart #561ED8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.04%

 BLUE value IS 216 (84.77% from 255) = 65.06%

R = 25.9%
G = 9.04%
B = 65.06%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#561ED8 (or 0x561ED8) is known color: Purple Heart. HEX triplet: 56, 1E and D8. RGB value is (86,30,216). Sum of RGB (Red+Green+Blue) = 86+30+216=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 216 (84.77% from 255 or 65.06% from 332); Max value from RGB is 216 - color contains mainly: blue. Hex color #561ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561ED8 is #A9E127. Grayscale: #434343. Windows color (decimal): -11133224 or 14163542. OLE color: 14163542.

HSL color Cylindrical-coordinate representation of color #561ED8: hue angle of 258.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561ED8 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 30 216 -
CMYK 0.60 0.86 0 0.15
HSL 258.06º 0.76% 0.48% -
HSV(B) 258.06º 0.86% 0.85% -
XYZ 16.7 7.86 65.6 -
YUV 67.95 211.55 140.88 -
System Red Green Blue C M Y K H S L
Decimal 86 30 216 0.60 0.86 0 0.15 258.06 0.76 0.48
Hex 56 1E D8 3C 56 0 F 102 4C 30
Octal 126 36 330 74 126 0 17 402 114 60
Binary 1010110 11110 11011000 111100 1010110 0 1111 100000010 1001100 110000

Color Harmonies of #561ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561ED8

Black with #561ED8

Text Example


Text Example

White with #561ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,30,216); }

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

background-color css

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

 a { background-color: rgb(86,30,216); }

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

border-color css

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

 span { border-color: rgb(86,30,216); }

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