Html Css Color HEX #562EDA Purple Heart

📋 copy color: '#562EDA'

red 86 ◦ green 46 ◦ blue 218

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

Shades of Purple Heart #562EDA

Tints of Purple Heart #562EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.14%

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

R = 24.57%
G = 13.14%
B = 62.29%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#562EDA (or 0x562EDA) is known color: Purple Heart. HEX triplet: 56, 2E and DA. RGB value is (86,46,218). Sum of RGB (Red+Green+Blue) = 86+46+218=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #562EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562EDA is #A9D125. Grayscale: #4C4C4C. Windows color (decimal): -11129126 or 14298710. OLE color: 14298710.

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

Color convert

RGB 86 46 218 -
CMYK 0.61 0.79 0 0.15
HSL 253.95º 0.7% 0.52% -
HSV(B) 253.95º 0.79% 0.85% -
XYZ 17.47 8.99 67.15 -
YUV 77.57 207.25 134.01 -
System Red Green Blue C M Y K H S L
Decimal 86 46 218 0.61 0.79 0 0.15 253.95 0.7 0.52
Hex 56 2E DA 3D 4F 0 F FE 46 34
Octal 126 56 332 75 117 0 17 376 106 64
Binary 1010110 101110 11011010 111101 1001111 0 1111 11111110 1000110 110100

Color Harmonies of #562EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562EDA

Black with #562EDA

Text Example


Text Example

White with #562EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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