Html Css Color HEX #7535A2 Royal Purple

📋 copy color: '#7535A2'

red 117 ◦ green 53 ◦ blue 162

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

Shades of Royal Purple #7535A2

Tints of Royal Purple #7535A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 48.8%

R = 35.24%
G = 15.96%
B = 48.8%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7535A2 (or 0x7535A2) is known color: Royal Purple. HEX triplet: 75, 35 and A2. RGB value is (117,53,162). Sum of RGB (Red+Green+Blue) = 117+53+162=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 162 - color contains mainly: blue. Hex color #7535A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7535A2 is #8ACA5D. Grayscale: #545454. Windows color (decimal): -9095774 or 10630517. OLE color: 10630517.

HSL color Cylindrical-coordinate representation of color #7535A2: hue angle of 275.23º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7535A2 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 53 162 -
CMYK 0.28 0.67 0 0.36
HSL 275.23º 0.51% 0.42% -
HSV(B) 275.23º 0.67% 0.64% -
XYZ 15.13 8.94 35.11 -
YUV 84.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 117 53 162 0.28 0.67 0 0.36 275.23 0.51 0.42
Hex 75 35 A2 1C 43 0 24 113 33 2A
Octal 165 65 242 34 103 0 44 423 63 52
Binary 1110101 110101 10100010 11100 1000011 0 100100 100010011 110011 101010

Color Harmonies of #7535A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7535A2

Black with #7535A2

Text Example


Text Example

White with #7535A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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