Html Css Color HEX #7330AF Royal Purple

📋 copy color: '#7330AF'

red 115 ◦ green 48 ◦ blue 175

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

Shades of Royal Purple #7330AF

Tints of Royal Purple #7330AF

RGB

 RED value IS 115 (45.31% from 255) = 34.02%

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

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

R = 34.02%
G = 14.2%
B = 51.78%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7330AF (or 0x7330AF) is known color: Royal Purple. HEX triplet: 73, 30 and AF. RGB value is (115,48,175). Sum of RGB (Red+Green+Blue) = 115+48+175=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #7330AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7330AF is #8CCF50. Grayscale: #525252. Windows color (decimal): -9228113 or 11481203. OLE color: 11481203.

HSL color Cylindrical-coordinate representation of color #7330AF: hue angle of 271.65º 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 #7330AF is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 48 175 -
CMYK 0.34 0.73 0 0.31
HSL 271.65º 0.57% 0.44% -
HSV(B) 271.65º 0.73% 0.69% -
XYZ 15.87 8.85 41.43 -
YUV 82.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 115 48 175 0.34 0.73 0 0.31 271.65 0.57 0.44
Hex 73 30 AF 22 49 0 1F 110 39 2C
Octal 163 60 257 42 111 0 37 420 71 54
Binary 1110011 110000 10101111 100010 1001001 0 11111 100010000 111001 101100

Color Harmonies of #7330AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7330AF

Black with #7330AF

Text Example


Text Example

White with #7330AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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