Html Css Color HEX #562FAD Purple Heart

📋 copy color: '#562FAD'

red 86 ◦ green 47 ◦ blue 173

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

Shades of Purple Heart #562FAD

Tints of Purple Heart #562FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.36%

 BLUE value IS 173 (67.97% from 255) = 56.54%

R = 28.1%
G = 15.36%
B = 56.54%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#562FAD (or 0x562FAD) is known color: Purple Heart. HEX triplet: 56, 2F and AD. RGB value is (86,47,173). Sum of RGB (Red+Green+Blue) = 86+47+173=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #562FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562FAD is #A9D052. Grayscale: #484848. Windows color (decimal): -11128915 or 11349846. OLE color: 11349846.

HSL color Cylindrical-coordinate representation of color #562FAD: hue angle of 258.57º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #562FAD is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 47 173 -
CMYK 0.50 0.73 0 0.32
HSL 258.57º 0.57% 0.43% -
HSV(B) 258.57º 0.73% 0.68% -
XYZ 12.4 7.03 40.24 -
YUV 73.03 184.42 137.25 -
System Red Green Blue C M Y K H S L
Decimal 86 47 173 0.50 0.73 0 0.32 258.57 0.57 0.43
Hex 56 2F AD 32 49 0 20 103 39 2B
Octal 126 57 255 62 111 0 40 403 71 53
Binary 1010110 101111 10101101 110010 1001001 0 100000 100000011 111001 101011

Color Harmonies of #562FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562FAD

Black with #562FAD

Text Example


Text Example

White with #562FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562FAD; }

 p { color: rgb(86,47,173); }

 H1.HeaderClassName
 {
   color: #562FAD;
 }
 .AnyTagClassName
 {
   color: #562FAD;
 }
</style>

background-color css

<style>
 a { background-color: #562FAD; }

 a { background-color: rgb(86,47,173); }

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

border-color css

<style>
 span { border-color: #562FAD; }

 span { border-color: rgb(86,47,173); }

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