Html Css Color HEX #802FAE Royal Purple

📋 copy color: '#802FAE'

red 128 ◦ green 47 ◦ blue 174

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

Shades of Royal Purple #802FAE

Tints of Royal Purple #802FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.47%

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

R = 36.68%
G = 13.47%
B = 49.86%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#802FAE (or 0x802FAE) is known color: Royal Purple. HEX triplet: 80, 2F and AE. RGB value is (128,47,174). Sum of RGB (Red+Green+Blue) = 128+47+174=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #802FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802FAE is #7FD051. Grayscale: #555555. Windows color (decimal): -8376402 or 11415424. OLE color: 11415424.

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

Color convert

RGB 128 47 174 -
CMYK 0.26 0.73 0 0.32
HSL 278.27º 0.57% 0.43% -
HSV(B) 278.27º 0.73% 0.68% -
XYZ 17.56 9.68 40.99 -
YUV 85.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 128 47 174 0.26 0.73 0 0.32 278.27 0.57 0.43
Hex 80 2F AE 1A 49 0 20 116 39 2B
Octal 200 57 256 32 111 0 40 426 71 53
Binary 10000000 101111 10101110 11010 1001001 0 100000 100010110 111001 101011

Color Harmonies of #802FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802FAE

Black with #802FAE

Text Example


Text Example

White with #802FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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