Html Css Color HEX #7535AB Royal Purple

📋 copy color: '#7535AB'

red 117 ◦ green 53 ◦ blue 171

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

Shades of Royal Purple #7535AB

Tints of Royal Purple #7535AB

RGB

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

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

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

R = 34.31%
G = 15.54%
B = 50.15%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7535AB (or 0x7535AB) is known color: Royal Purple. HEX triplet: 75, 35 and AB. RGB value is (117,53,171). Sum of RGB (Red+Green+Blue) = 117+53+171=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #7535AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7535AB is #8ACA54. Grayscale: #555555. Windows color (decimal): -9095765 or 11220341. OLE color: 11220341.

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

Color convert

RGB 117 53 171 -
CMYK 0.32 0.69 0 0.33
HSL 272.54º 0.53% 0.44% -
HSV(B) 272.54º 0.69% 0.67% -
XYZ 15.96 9.27 39.48 -
YUV 85.59 176.2 150.41 -
System Red Green Blue C M Y K H S L
Decimal 117 53 171 0.32 0.69 0 0.33 272.54 0.53 0.44
Hex 75 35 AB 20 45 0 21 111 35 2C
Octal 165 65 253 40 105 0 41 421 65 54
Binary 1110101 110101 10101011 100000 1000101 0 100001 100010001 110101 101100

Color Harmonies of #7535AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7535AB

Black with #7535AB

Text Example


Text Example

White with #7535AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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