Html Css Color HEX #561ED7 Purple Heart

📋 copy color: '#561ED7'

red 86 ◦ green 30 ◦ blue 215

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

Shades of Purple Heart #561ED7

Tints of Purple Heart #561ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 64.95%

R = 25.98%
G = 9.06%
B = 64.95%

CMYK

 C value IS 0.6

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#561ED7 (or 0x561ED7) is known color: Purple Heart. HEX triplet: 56, 1E and D7. RGB value is (86,30,215). Sum of RGB (Red+Green+Blue) = 86+30+215=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 215 (84.38% from 255 or 64.95% from 331); Max value from RGB is 215 - color contains mainly: blue. Hex color #561ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561ED7 is #A9E128. Grayscale: #434343. Windows color (decimal): -11133225 or 14098006. OLE color: 14098006.

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

Color convert

RGB 86 30 215 -
CMYK 0.6 0.86 0 0.16
HSL 258.16º 0.76% 0.48% -
HSV(B) 258.16º 0.86% 0.84% -
XYZ 16.57 7.81 64.92 -
YUV 67.83 211.05 140.96 -
System Red Green Blue C M Y K H S L
Decimal 86 30 215 0.6 0.86 0 0.16 258.16 0.76 0.48
Hex 56 1E D7 3C 56 0 10 102 4C 30
Octal 126 36 327 74 126 0 20 402 114 60
Binary 1010110 11110 11010111 111100 1010110 0 10000 100000010 1001100 110000

Color Harmonies of #561ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561ED7

Black with #561ED7

Text Example


Text Example

White with #561ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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