Html Css Color HEX #802DB2 Royal Purple

📋 copy color: '#802DB2'

red 128 ◦ green 45 ◦ blue 178

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

Shades of Royal Purple #802DB2

Tints of Royal Purple #802DB2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.82%

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

R = 36.47%
G = 12.82%
B = 50.71%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#802DB2 (or 0x802DB2) is known color: Royal Purple. HEX triplet: 80, 2D and B2. RGB value is (128,45,178). Sum of RGB (Red+Green+Blue) = 128+45+178=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #802DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802DB2 is #7FD24D. Grayscale: #545454. Windows color (decimal): -8376910 or 11677056. OLE color: 11677056.

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

Color convert

RGB 128 45 178 -
CMYK 0.28 0.75 0 0.30
HSL 277.44º 0.6% 0.44% -
HSV(B) 277.44º 0.75% 0.7% -
XYZ 17.88 9.68 43.05 -
YUV 84.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 128 45 178 0.28 0.75 0 0.30 277.44 0.6 0.44
Hex 80 2D B2 1C 4B 0 1E 115 3C 2C
Octal 200 55 262 34 113 0 36 425 74 54
Binary 10000000 101101 10110010 11100 1001011 0 11110 100010101 111100 101100

Color Harmonies of #802DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802DB2

Black with #802DB2

Text Example


Text Example

White with #802DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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