Html Css Color HEX #561FA5 Purple Heart

📋 copy color: '#561FA5'

red 86 ◦ green 31 ◦ blue 165

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

Shades of Purple Heart #561FA5

Tints of Purple Heart #561FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 58.51%

R = 30.5%
G = 10.99%
B = 58.51%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#561FA5 (or 0x561FA5) is known color: Purple Heart. HEX triplet: 56, 1F and A5. RGB value is (86,31,165). Sum of RGB (Red+Green+Blue) = 86+31+165=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #561FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561FA5 is #A9E05A. Grayscale: #3E3E3E. Windows color (decimal): -11133019 or 10821462. OLE color: 10821462.

HSL color Cylindrical-coordinate representation of color #561FA5: hue angle of 264.63º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561FA5 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 31 165 -
CMYK 0.48 0.81 0 0.35
HSL 264.63º 0.68% 0.38% -
HSV(B) 264.63º 0.81% 0.65% -
XYZ 11.12 5.68 36.11 -
YUV 62.72 185.72 144.6 -
System Red Green Blue C M Y K H S L
Decimal 86 31 165 0.48 0.81 0 0.35 264.63 0.68 0.38
Hex 56 1F A5 30 51 0 23 109 44 26
Octal 126 37 245 60 121 0 43 411 104 46
Binary 1010110 11111 10100101 110000 1010001 0 100011 100001001 1000100 100110

Color Harmonies of #561FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561FA5

Black with #561FA5

Text Example


Text Example

White with #561FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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