Html Css Color HEX #7536AC Royal Purple

📋 copy color: '#7536AC'

red 117 ◦ green 54 ◦ blue 172

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

Shades of Royal Purple #7536AC

Tints of Royal Purple #7536AC

RGB

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

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

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

R = 34.11%
G = 15.74%
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

#7536AC (or 0x7536AC) is known color: Royal Purple. HEX triplet: 75, 36 and AC. RGB value is (117,54,172). Sum of RGB (Red+Green+Blue) = 117+54+172=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #7536AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7536AC is #8AC953. Grayscale: #555555. Windows color (decimal): -9095508 or 11286133. OLE color: 11286133.

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

Color convert

RGB 117 54 172 -
CMYK 0.32 0.69 0 0.33
HSL 272.03º 0.52% 0.44% -
HSV(B) 272.03º 0.69% 0.67% -
XYZ 16.1 9.4 40 -
YUV 86.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 117 54 172 0.32 0.69 0 0.33 272.03 0.52 0.44
Hex 75 36 AC 20 45 0 21 110 34 2C
Octal 165 66 254 40 105 0 41 420 64 54
Binary 1110101 110110 10101100 100000 1000101 0 100001 100010000 110100 101100

Color Harmonies of #7536AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7536AC

Black with #7536AC

Text Example


Text Example

White with #7536AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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