Html Css Color HEX #802EB2 Royal Purple

📋 copy color: '#802EB2'

red 128 ◦ green 46 ◦ blue 178

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

Shades of Royal Purple #802EB2

Tints of Royal Purple #802EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50.57%

R = 36.36%
G = 13.07%
B = 50.57%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#802EB2 (or 0x802EB2) is known color: Royal Purple. HEX triplet: 80, 2E and B2. RGB value is (128,46,178). Sum of RGB (Red+Green+Blue) = 128+46+178=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #802EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802EB2 is #7FD14D. Grayscale: #555555. Windows color (decimal): -8376654 or 11677312. OLE color: 11677312.

HSL color Cylindrical-coordinate representation of color #802EB2: hue angle of 277.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802EB2 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 46 178 -
CMYK 0.28 0.74 0 0.30
HSL 277.27º 0.59% 0.44% -
HSV(B) 277.27º 0.74% 0.7% -
XYZ 17.91 9.76 43.06 -
YUV 85.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 128 46 178 0.28 0.74 0 0.30 277.27 0.59 0.44
Hex 80 2E B2 1C 4A 0 1E 115 3B 2C
Octal 200 56 262 34 112 0 36 425 73 54
Binary 10000000 101110 10110010 11100 1001010 0 11110 100010101 111011 101100

Color Harmonies of #802EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802EB2

Black with #802EB2

Text Example


Text Example

White with #802EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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