Html Css Color HEX #562AD5 Purple Heart

📋 copy color: '#562AD5'

red 86 ◦ green 42 ◦ blue 213

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

Shades of Purple Heart #562AD5

Tints of Purple Heart #562AD5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.32%

 BLUE value IS 213 (83.59% from 255) = 62.46%

R = 25.22%
G = 12.32%
B = 62.46%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#562AD5 (or 0x562AD5) is known color: Purple Heart. HEX triplet: 56, 2A and D5. RGB value is (86,42,213). Sum of RGB (Red+Green+Blue) = 86+42+213=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 213 (83.59% from 255 or 62.46% from 341); Max value from RGB is 213 - color contains mainly: blue. Hex color #562AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562AD5 is #A9D52A. Grayscale: #4A4A4A. Windows color (decimal): -11130155 or 13970006. OLE color: 13970006.

HSL color Cylindrical-coordinate representation of color #562AD5: hue angle of 255.44º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562AD5 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 42 213 -
CMYK 0.60 0.80 0 0.16
HSL 255.44º 0.67% 0.5% -
HSV(B) 255.44º 0.8% 0.84% -
XYZ 16.68 8.44 63.7 -
YUV 74.65 206.08 136.1 -
System Red Green Blue C M Y K H S L
Decimal 86 42 213 0.60 0.80 0 0.16 255.44 0.67 0.5
Hex 56 2A D5 3C 50 0 10 FF 43 32
Octal 126 52 325 74 120 0 20 377 103 62
Binary 1010110 101010 11010101 111100 1010000 0 10000 11111111 1000011 110010

Color Harmonies of #562AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562AD5

Black with #562AD5

Text Example


Text Example

White with #562AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,42,213); }

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

background-color css

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

 a { background-color: rgb(86,42,213); }

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

border-color css

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

 span { border-color: rgb(86,42,213); }

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