Html Css Color HEX #802BAF Royal Purple

📋 copy color: '#802BAF'

red 128 ◦ green 43 ◦ blue 175

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

Shades of Royal Purple #802BAF

Tints of Royal Purple #802BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

 BLUE value IS 175 (68.75% from 255) = 50.58%

R = 36.99%
G = 12.43%
B = 50.58%

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

#802BAF (or 0x802BAF) is known color: Royal Purple. HEX triplet: 80, 2B and AF. RGB value is (128,43,175). Sum of RGB (Red+Green+Blue) = 128+43+175=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #802BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802BAF is #7FD450. Grayscale: #535353. Windows color (decimal): -8377425 or 11479936. OLE color: 11479936.

HSL color Cylindrical-coordinate representation of color #802BAF: hue angle of 278.64º degrees, saturation: 0.61, 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 #802BAF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 43 175 -
CMYK 0.27 0.75 0 0.31
HSL 278.64º 0.61% 0.43% -
HSV(B) 278.64º 0.75% 0.69% -
XYZ 17.5 9.41 41.45 -
YUV 83.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 128 43 175 0.27 0.75 0 0.31 278.64 0.61 0.43
Hex 80 2B AF 1B 4B 0 1F 117 3D 2B
Octal 200 53 257 33 113 0 37 427 75 53
Binary 10000000 101011 10101111 11011 1001011 0 11111 100010111 111101 101011

Color Harmonies of #802BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802BAF

Black with #802BAF

Text Example


Text Example

White with #802BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,43,175); }

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

background-color css

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

 a { background-color: rgb(128,43,175); }

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

border-color css

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

 span { border-color: rgb(128,43,175); }

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