Html Css Color HEX #802CB0 Royal Purple

📋 copy color: '#802CB0'

red 128 ◦ green 44 ◦ blue 176

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

Shades of Royal Purple #802CB0

Tints of Royal Purple #802CB0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.64%

 BLUE value IS 176 (69.14% from 255) = 50.57%

R = 36.78%
G = 12.64%
B = 50.57%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#802CB0 (or 0x802CB0) is known color: Royal Purple. HEX triplet: 80, 2C and B0. RGB value is (128,44,176). Sum of RGB (Red+Green+Blue) = 128+44+176=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 176 (69.14% from 255 or 50.57% from 348); Max value from RGB is 176 - color contains mainly: blue. Hex color #802CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802CB0 is #7FD34F. Grayscale: #535353. Windows color (decimal): -8377168 or 11545728. OLE color: 11545728.

HSL color Cylindrical-coordinate representation of color #802CB0: hue angle of 278.18º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802CB0 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 44 176 -
CMYK 0.27 0.75 0 0.31
HSL 278.18º 0.6% 0.43% -
HSV(B) 278.18º 0.75% 0.69% -
XYZ 17.64 9.53 41.98 -
YUV 84.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 128 44 176 0.27 0.75 0 0.31 278.18 0.6 0.43
Hex 80 2C B0 1B 4B 0 1F 116 3C 2B
Octal 200 54 260 33 113 0 37 426 74 53
Binary 10000000 101100 10110000 11011 1001011 0 11111 100010110 111100 101011

Color Harmonies of #802CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802CB0

Black with #802CB0

Text Example


Text Example

White with #802CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,44,176); }

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

background-color css

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

 a { background-color: rgb(128,44,176); }

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

border-color css

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

 span { border-color: rgb(128,44,176); }

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