Html Css Color HEX #7335AC Royal Purple

📋 copy color: '#7335AC'

red 115 ◦ green 53 ◦ blue 172

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

Shades of Royal Purple #7335AC

Tints of Royal Purple #7335AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.59%

 BLUE value IS 172 (67.58% from 255) = 50.59%

R = 33.82%
G = 15.59%
B = 50.59%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7335AC (or 0x7335AC) is known color: Royal Purple. HEX triplet: 73, 35 and AC. RGB value is (115,53,172). Sum of RGB (Red+Green+Blue) = 115+53+172=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #7335AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7335AC is #8CCA53. Grayscale: #545454. Windows color (decimal): -9226836 or 11285875. OLE color: 11285875.

HSL color Cylindrical-coordinate representation of color #7335AC: hue angle of 271.26º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7335AC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 53 172 -
CMYK 0.33 0.69 0 0.33
HSL 271.26º 0.53% 0.44% -
HSV(B) 271.26º 0.69% 0.67% -
XYZ 15.79 9.17 39.97 -
YUV 85.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 115 53 172 0.33 0.69 0 0.33 271.26 0.53 0.44
Hex 73 35 AC 21 45 0 21 10F 35 2C
Octal 163 65 254 41 105 0 41 417 65 54
Binary 1110011 110101 10101100 100001 1000101 0 100001 100001111 110101 101100

Color Harmonies of #7335AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7335AC

Black with #7335AC

Text Example


Text Example

White with #7335AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7335AC; }

 p { color: rgb(115,53,172); }

 H1.HeaderClassName
 {
   color: #7335AC;
 }
 .AnyTagClassName
 {
   color: #7335AC;
 }
</style>

background-color css

<style>
 a { background-color: #7335AC; }

 a { background-color: rgb(115,53,172); }

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

border-color css

<style>
 span { border-color: #7335AC; }

 span { border-color: rgb(115,53,172); }

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