Html Css Color HEX #7536AB Royal Purple

📋 copy color: '#7536AB'

red 117 ◦ green 54 ◦ blue 171

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

Shades of Royal Purple #7536AB

Tints of Royal Purple #7536AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.79%

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

R = 34.21%
G = 15.79%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7536AB (or 0x7536AB) is known color: Royal Purple. HEX triplet: 75, 36 and AB. RGB value is (117,54,171). Sum of RGB (Red+Green+Blue) = 117+54+171=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #7536AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7536AB is #8AC954. Grayscale: #555555. Windows color (decimal): -9095509 or 11220597. OLE color: 11220597.

HSL color Cylindrical-coordinate representation of color #7536AB: hue angle of 272.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7536AB is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 54 171 -
CMYK 0.32 0.68 0 0.33
HSL 272.31º 0.52% 0.44% -
HSV(B) 272.31º 0.68% 0.67% -
XYZ 16.01 9.36 39.49 -
YUV 86.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 117 54 171 0.32 0.68 0 0.33 272.31 0.52 0.44
Hex 75 36 AB 20 44 0 21 110 34 2C
Octal 165 66 253 40 104 0 41 420 64 54
Binary 1110101 110110 10101011 100000 1000100 0 100001 100010000 110100 101100

Color Harmonies of #7536AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7536AB

Black with #7536AB

Text Example


Text Example

White with #7536AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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