Html Css Color HEX #562ADC Purple Heart

📋 copy color: '#562ADC'

red 86 ◦ green 42 ◦ blue 220

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

Shades of Purple Heart #562ADC

Tints of Purple Heart #562ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.22%

R = 24.71%
G = 12.07%
B = 63.22%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#562ADC (or 0x562ADC) is known color: Purple Heart. HEX triplet: 56, 2A and DC. RGB value is (86,42,220). Sum of RGB (Red+Green+Blue) = 86+42+220=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #562ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ADC is #A9D523. Grayscale: #4A4A4A. Windows color (decimal): -11130148 or 14428758. OLE color: 14428758.

HSL color Cylindrical-coordinate representation of color #562ADC: hue angle of 254.83º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #562ADC is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 42 220 -
CMYK 0.61 0.81 0 0.14
HSL 254.83º 0.72% 0.51% -
HSV(B) 254.83º 0.81% 0.86% -
XYZ 17.58 8.8 68.48 -
YUV 75.45 209.58 135.53 -
System Red Green Blue C M Y K H S L
Decimal 86 42 220 0.61 0.81 0 0.14 254.83 0.72 0.51
Hex 56 2A DC 3D 51 0 E FF 48 33
Octal 126 52 334 75 121 0 16 377 110 63
Binary 1010110 101010 11011100 111101 1010001 0 1110 11111111 1001000 110011

Color Harmonies of #562ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562ADC

Black with #562ADC

Text Example


Text Example

White with #562ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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