Html Css Color HEX #802FB3 Royal Purple

📋 copy color: '#802FB3'

red 128 ◦ green 47 ◦ blue 179

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

Shades of Royal Purple #802FB3

Tints of Royal Purple #802FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.56%

R = 36.16%
G = 13.28%
B = 50.56%

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

#802FB3 (or 0x802FB3) is known color: Royal Purple. HEX triplet: 80, 2F and B3. RGB value is (128,47,179). Sum of RGB (Red+Green+Blue) = 128+47+179=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #802FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802FB3 is #7FD04C. Grayscale: #555555. Windows color (decimal): -8376397 or 11743104. OLE color: 11743104.

HSL color Cylindrical-coordinate representation of color #802FB3: hue angle of 276.82º degrees, saturation: 0.58, 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 #802FB3 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 47 179 -
CMYK 0.28 0.74 0 0.30
HSL 276.82º 0.58% 0.44% -
HSV(B) 276.82º 0.74% 0.7% -
XYZ 18.06 9.88 43.6 -
YUV 86.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 128 47 179 0.28 0.74 0 0.30 276.82 0.58 0.44
Hex 80 2F B3 1C 4A 0 1E 115 3A 2C
Octal 200 57 263 34 112 0 36 425 72 54
Binary 10000000 101111 10110011 11100 1001010 0 11110 100010101 111010 101100

Color Harmonies of #802FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802FB3

Black with #802FB3

Text Example


Text Example

White with #802FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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