Html Css Color HEX #561FC4 Purple Heart

📋 copy color: '#561FC4'

red 86 ◦ green 31 ◦ blue 196

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

Shades of Purple Heart #561FC4

Tints of Purple Heart #561FC4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.9%

 BLUE value IS 196 (76.95% from 255) = 62.62%

R = 27.48%
G = 9.9%
B = 62.62%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#561FC4 (or 0x561FC4) is known color: Purple Heart. HEX triplet: 56, 1F and C4. RGB value is (86,31,196). Sum of RGB (Red+Green+Blue) = 86+31+196=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 196 (76.95% from 255 or 62.62% from 313); Max value from RGB is 196 - color contains mainly: blue. Hex color #561FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561FC4 is #A9E03B. Grayscale: #414141. Windows color (decimal): -11132988 or 12853078. OLE color: 12853078.

HSL color Cylindrical-coordinate representation of color #561FC4: hue angle of 260º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561FC4 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 86 31 196 -
CMYK 0.56 0.84 0 0.23
HSL 260º 0.73% 0.45% -
HSV(B) 260º 0.84% 0.77% -
XYZ 14.29 6.94 52.81 -
YUV 66.26 201.22 142.08 -
System Red Green Blue C M Y K H S L
Decimal 86 31 196 0.56 0.84 0 0.23 260 0.73 0.45
Hex 56 1F C4 38 54 0 17 104 49 2D
Octal 126 37 304 70 124 0 27 404 111 55
Binary 1010110 11111 11000100 111000 1010100 0 10111 100000100 1001001 101101

Color Harmonies of #561FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561FC4

Black with #561FC4

Text Example


Text Example

White with #561FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,31,196); }

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

background-color css

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

 a { background-color: rgb(86,31,196); }

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

border-color css

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

 span { border-color: rgb(86,31,196); }

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