Html Css Color HEX #561CCE Purple Heart

📋 copy color: '#561CCE'

red 86 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #561CCE

Tints of Purple Heart #561CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

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

R = 26.88%
G = 8.75%
B = 64.38%

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

#561CCE (or 0x561CCE) is known color: Purple Heart. HEX triplet: 56, 1C and CE. RGB value is (86,28,206). Sum of RGB (Red+Green+Blue) = 86+28+206=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #561CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561CCE is #A9E331. Grayscale: #404040. Windows color (decimal): -11133746 or 13507670. OLE color: 13507670.

HSL color Cylindrical-coordinate representation of color #561CCE: hue angle of 259.55º degrees, saturation: 0.76, 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 #561CCE is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 28 206 -
CMYK 0.58 0.86 0 0.19
HSL 259.55º 0.76% 0.46% -
HSV(B) 259.55º 0.86% 0.81% -
XYZ 15.39 7.27 58.98 -
YUV 65.63 207.22 142.53 -
System Red Green Blue C M Y K H S L
Decimal 86 28 206 0.58 0.86 0 0.19 259.55 0.76 0.46
Hex 56 1C CE 3A 56 0 13 104 4C 2E
Octal 126 34 316 72 126 0 23 404 114 56
Binary 1010110 11100 11001110 111010 1010110 0 10011 100000100 1001100 101110

Color Harmonies of #561CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561CCE

Black with #561CCE

Text Example


Text Example

White with #561CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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