Html Css Color HEX #561CCB Purple Heart

📋 copy color: '#561CCB'

red 86 ◦ green 28 ◦ blue 203

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

Shades of Purple Heart #561CCB

Tints of Purple Heart #561CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.04%

R = 27.13%
G = 8.83%
B = 64.04%

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

#561CCB (or 0x561CCB) is known color: Purple Heart. HEX triplet: 56, 1C and CB. RGB value is (86,28,203). Sum of RGB (Red+Green+Blue) = 86+28+203=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #561CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561CCB is #A9E334. Grayscale: #404040. Windows color (decimal): -11133749 or 13311062. OLE color: 13311062.

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

Color convert

RGB 86 28 203 -
CMYK 0.58 0.86 0 0.20
HSL 259.89º 0.76% 0.45% -
HSV(B) 259.89º 0.86% 0.8% -
XYZ 15.03 7.12 57.08 -
YUV 65.29 205.72 142.77 -
System Red Green Blue C M Y K H S L
Decimal 86 28 203 0.58 0.86 0 0.20 259.89 0.76 0.45
Hex 56 1C CB 3A 56 0 14 104 4C 2D
Octal 126 34 313 72 126 0 24 404 114 55
Binary 1010110 11100 11001011 111010 1010110 0 10100 100000100 1001100 101101

Color Harmonies of #561CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561CCB

Black with #561CCB

Text Example


Text Example

White with #561CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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