Html Css Color HEX #7539AB Royal Purple

📋 copy color: '#7539AB'

red 117 ◦ green 57 ◦ blue 171

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

Shades of Royal Purple #7539AB

Tints of Royal Purple #7539AB

RGB

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

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

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

R = 33.91%
G = 16.52%
B = 49.57%

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

#7539AB (or 0x7539AB) is known color: Royal Purple. HEX triplet: 75, 39 and AB. RGB value is (117,57,171). Sum of RGB (Red+Green+Blue) = 117+57+171=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #7539AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7539AB is #8AC654. Grayscale: #575757. Windows color (decimal): -9094741 or 11221365. OLE color: 11221365.

HSL color Cylindrical-coordinate representation of color #7539AB: hue angle of 271.58º 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 #7539AB is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 57 171 -
CMYK 0.32 0.67 0 0.33
HSL 271.58º 0.5% 0.45% -
HSV(B) 271.58º 0.67% 0.67% -
XYZ 16.15 9.65 39.54 -
YUV 87.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 117 57 171 0.32 0.67 0 0.33 271.58 0.5 0.45
Hex 75 39 AB 20 43 0 21 110 32 2D
Octal 165 71 253 40 103 0 41 420 62 55
Binary 1110101 111001 10101011 100000 1000011 0 100001 100010000 110010 101101

Color Harmonies of #7539AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7539AB

Black with #7539AB

Text Example


Text Example

White with #7539AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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