Html Css Color HEX #562EBE Purple Heart

📋 copy color: '#562EBE'

red 86 ◦ green 46 ◦ blue 190

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

Shades of Purple Heart #562EBE

Tints of Purple Heart #562EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.01%

R = 26.71%
G = 14.29%
B = 59.01%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#562EBE (or 0x562EBE) is known color: Purple Heart. HEX triplet: 56, 2E and BE. RGB value is (86,46,190). Sum of RGB (Red+Green+Blue) = 86+46+190=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #562EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562EBE is #A9D141. Grayscale: #494949. Windows color (decimal): -11129154 or 12463702. OLE color: 12463702.

HSL color Cylindrical-coordinate representation of color #562EBE: hue angle of 256.67º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562EBE is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 46 190 -
CMYK 0.55 0.76 0 0.25
HSL 256.67º 0.61% 0.46% -
HSV(B) 256.67º 0.76% 0.75% -
XYZ 14.11 7.65 49.45 -
YUV 74.38 193.25 136.29 -
System Red Green Blue C M Y K H S L
Decimal 86 46 190 0.55 0.76 0 0.25 256.67 0.61 0.46
Hex 56 2E BE 37 4C 0 19 101 3D 2E
Octal 126 56 276 67 114 0 31 401 75 56
Binary 1010110 101110 10111110 110111 1001100 0 11001 100000001 111101 101110

Color Harmonies of #562EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562EBE

Black with #562EBE

Text Example


Text Example

White with #562EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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