Html Css Color HEX #802EAE Royal Purple

📋 copy color: '#802EAE'

red 128 ◦ green 46 ◦ blue 174

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

Shades of Royal Purple #802EAE

Tints of Royal Purple #802EAE

RGB

 RED value IS 128 (50.39% from 255) = 36.78%

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

 BLUE value IS 174 (68.36% from 255) = 50%

R = 36.78%
G = 13.22%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#802EAE (or 0x802EAE) is known color: Royal Purple. HEX triplet: 80, 2E and AE. RGB value is (128,46,174). Sum of RGB (Red+Green+Blue) = 128+46+174=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #802EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802EAE is #7FD151. Grayscale: #545454. Windows color (decimal): -8376658 or 11415168. OLE color: 11415168.

HSL color Cylindrical-coordinate representation of color #802EAE: hue angle of 278.44º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802EAE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 46 174 -
CMYK 0.26 0.74 0 0.32
HSL 278.44º 0.58% 0.43% -
HSV(B) 278.44º 0.74% 0.68% -
XYZ 17.52 9.6 40.97 -
YUV 85.11 178.17 158.59 -
System Red Green Blue C M Y K H S L
Decimal 128 46 174 0.26 0.74 0 0.32 278.44 0.58 0.43
Hex 80 2E AE 1A 4A 0 20 116 3A 2B
Octal 200 56 256 32 112 0 40 426 72 53
Binary 10000000 101110 10101110 11010 1001010 0 100000 100010110 111010 101011

Color Harmonies of #802EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802EAE

Black with #802EAE

Text Example


Text Example

White with #802EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802EAE; }

 p { color: rgb(128,46,174); }

 H1.HeaderClassName
 {
   color: #802EAE;
 }
 .AnyTagClassName
 {
   color: #802EAE;
 }
</style>

background-color css

<style>
 a { background-color: #802EAE; }

 a { background-color: rgb(128,46,174); }

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

border-color css

<style>
 span { border-color: #802EAE; }

 span { border-color: rgb(128,46,174); }

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