Html Css Color HEX #8030AF Royal Purple

📋 copy color: '#8030AF'

red 128 ◦ green 48 ◦ blue 175

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

Shades of Royal Purple #8030AF

Tints of Royal Purple #8030AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.68%

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

R = 36.47%
G = 13.68%
B = 49.86%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8030AF (or 0x8030AF) is known color: Royal Purple. HEX triplet: 80, 30 and AF. RGB value is (128,48,175). Sum of RGB (Red+Green+Blue) = 128+48+175=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #8030AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8030AF is #7FCF50. Grayscale: #555555. Windows color (decimal): -8376145 or 11481216. OLE color: 11481216.

HSL color Cylindrical-coordinate representation of color #8030AF: hue angle of 277.8º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8030AF is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 48 175 -
CMYK 0.27 0.73 0 0.31
HSL 277.8º 0.57% 0.44% -
HSV(B) 277.8º 0.73% 0.69% -
XYZ 17.7 9.8 41.52 -
YUV 86.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 128 48 175 0.27 0.73 0 0.31 277.8 0.57 0.44
Hex 80 30 AF 1B 49 0 1F 116 39 2C
Octal 200 60 257 33 111 0 37 426 71 54
Binary 10000000 110000 10101111 11011 1001001 0 11111 100010110 111001 101100

Color Harmonies of #8030AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8030AF

Black with #8030AF

Text Example


Text Example

White with #8030AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8030AF; }

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

 H1.HeaderClassName
 {
   color: #8030AF;
 }
 .AnyTagClassName
 {
   color: #8030AF;
 }
</style>

background-color css

<style>
 a { background-color: #8030AF; }

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

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

border-color css

<style>
 span { border-color: #8030AF; }

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

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