Html Css Color HEX #7330AB Royal Purple

📋 copy color: '#7330AB'

red 115 ◦ green 48 ◦ blue 171

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

Shades of Royal Purple #7330AB

Tints of Royal Purple #7330AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 34.43%
G = 14.37%
B = 51.2%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7330AB (or 0x7330AB) is known color: Royal Purple. HEX triplet: 73, 30 and AB. RGB value is (115,48,171). Sum of RGB (Red+Green+Blue) = 115+48+171=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #7330AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7330AB is #8CCF54. Grayscale: #515151. Windows color (decimal): -9228117 or 11219059. OLE color: 11219059.

HSL color Cylindrical-coordinate representation of color #7330AB: hue angle of 272.68º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7330AB is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 48 171 -
CMYK 0.33 0.72 0 0.33
HSL 272.68º 0.56% 0.43% -
HSV(B) 272.68º 0.72% 0.67% -
XYZ 15.48 8.7 39.39 -
YUV 82.06 178.2 151.5 -
System Red Green Blue C M Y K H S L
Decimal 115 48 171 0.33 0.72 0 0.33 272.68 0.56 0.43
Hex 73 30 AB 21 48 0 21 111 38 2B
Octal 163 60 253 41 110 0 41 421 70 53
Binary 1110011 110000 10101011 100001 1001000 0 100001 100010001 111000 101011

Color Harmonies of #7330AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7330AB

Black with #7330AB

Text Example


Text Example

White with #7330AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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