Html Css Color HEX #7539AC Royal Purple

📋 copy color: '#7539AC'

red 117 ◦ green 57 ◦ blue 172

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

Shades of Royal Purple #7539AC

Tints of Royal Purple #7539AC

RGB

 RED value IS 117 (46.09% from 255) = 33.82%

 GREEN value IS 57 (22.66% from 255) = 16.47%

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

R = 33.82%
G = 16.47%
B = 49.71%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7539AC (or 0x7539AC) is known color: Royal Purple. HEX triplet: 75, 39 and AC. RGB value is (117,57,172). Sum of RGB (Red+Green+Blue) = 117+57+172=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #7539AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7539AC is #8AC653. Grayscale: #575757. Windows color (decimal): -9094740 or 11286901. OLE color: 11286901.

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

Color convert

RGB 117 57 172 -
CMYK 0.32 0.67 0 0.33
HSL 271.3º 0.5% 0.45% -
HSV(B) 271.3º 0.67% 0.67% -
XYZ 16.25 9.69 40.04 -
YUV 88.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 117 57 172 0.32 0.67 0 0.33 271.3 0.5 0.45
Hex 75 39 AC 20 43 0 21 10F 32 2D
Octal 165 71 254 40 103 0 41 417 62 55
Binary 1110101 111001 10101100 100000 1000011 0 100001 100001111 110010 101101

Color Harmonies of #7539AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7539AC

Black with #7539AC

Text Example


Text Example

White with #7539AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,57,172); }

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

background-color css

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

 a { background-color: rgb(117,57,172); }

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

border-color css

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

 span { border-color: rgb(117,57,172); }

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