Html Css Color HEX #562BDA Purple Heart

📋 copy color: '#562BDA'

red 86 ◦ green 43 ◦ blue 218

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

Shades of Purple Heart #562BDA

Tints of Purple Heart #562BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.39%

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 24.78%
G = 12.39%
B = 62.82%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#562BDA (or 0x562BDA) is known color: Purple Heart. HEX triplet: 56, 2B and DA. RGB value is (86,43,218). Sum of RGB (Red+Green+Blue) = 86+43+218=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #562BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562BDA is #A9D425. Grayscale: #4B4B4B. Windows color (decimal): -11129894 or 14297942. OLE color: 14297942.

HSL color Cylindrical-coordinate representation of color #562BDA: hue angle of 254.74º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562BDA is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 43 218 -
CMYK 0.61 0.80 0 0.15
HSL 254.74º 0.7% 0.51% -
HSV(B) 254.74º 0.8% 0.85% -
XYZ 17.36 8.77 67.11 -
YUV 75.81 208.25 135.27 -
System Red Green Blue C M Y K H S L
Decimal 86 43 218 0.61 0.80 0 0.15 254.74 0.7 0.51
Hex 56 2B DA 3D 50 0 F FF 46 33
Octal 126 53 332 75 120 0 17 377 106 63
Binary 1010110 101011 11011010 111101 1010000 0 1111 11111111 1000110 110011

Color Harmonies of #562BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562BDA

Black with #562BDA

Text Example


Text Example

White with #562BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,43,218); }

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

background-color css

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

 a { background-color: rgb(86,43,218); }

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

border-color css

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

 span { border-color: rgb(86,43,218); }

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