Html Css Color HEX #562ACB Purple Heart

📋 copy color: '#562ACB'

red 86 ◦ green 42 ◦ blue 203

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

Shades of Purple Heart #562ACB

Tints of Purple Heart #562ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 25.98%
G = 12.69%
B = 61.33%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#562ACB (or 0x562ACB) is known color: Purple Heart. HEX triplet: 56, 2A and CB. RGB value is (86,42,203). Sum of RGB (Red+Green+Blue) = 86+42+203=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #562ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ACB is #A9D534. Grayscale: #484848. Windows color (decimal): -11130165 or 13314646. OLE color: 13314646.

HSL color Cylindrical-coordinate representation of color #562ACB: hue angle of 256.4º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562ACB is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 42 203 -
CMYK 0.58 0.79 0 0.20
HSL 256.4º 0.66% 0.48% -
HSV(B) 256.4º 0.79% 0.8% -
XYZ 15.45 7.95 57.22 -
YUV 73.51 201.08 136.91 -
System Red Green Blue C M Y K H S L
Decimal 86 42 203 0.58 0.79 0 0.20 256.4 0.66 0.48
Hex 56 2A CB 3A 4F 0 14 100 42 30
Octal 126 52 313 72 117 0 24 400 102 60
Binary 1010110 101010 11001011 111010 1001111 0 10100 100000000 1000010 110000

Color Harmonies of #562ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562ACB

Black with #562ACB

Text Example


Text Example

White with #562ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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