Html Css Color HEX #752FAC Royal Purple

📋 copy color: '#752FAC'

red 117 ◦ green 47 ◦ blue 172

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

Shades of Royal Purple #752FAC

Tints of Royal Purple #752FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.99%

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

R = 34.82%
G = 13.99%
B = 51.19%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#752FAC (or 0x752FAC) is known color: Royal Purple. HEX triplet: 75, 2F and AC. RGB value is (117,47,172). Sum of RGB (Red+Green+Blue) = 117+47+172=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #752FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752FAC is #8AD053. Grayscale: #515151. Windows color (decimal): -9097300 or 11284341. OLE color: 11284341.

HSL color Cylindrical-coordinate representation of color #752FAC: hue angle of 273.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752FAC is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 47 172 -
CMYK 0.32 0.73 0 0.33
HSL 273.6º 0.57% 0.43% -
HSV(B) 273.6º 0.73% 0.67% -
XYZ 15.8 8.79 39.89 -
YUV 82.18 178.69 152.84 -
System Red Green Blue C M Y K H S L
Decimal 117 47 172 0.32 0.73 0 0.33 273.6 0.57 0.43
Hex 75 2F AC 20 49 0 21 112 39 2B
Octal 165 57 254 40 111 0 41 422 71 53
Binary 1110101 101111 10101100 100000 1001001 0 100001 100010010 111001 101011

Color Harmonies of #752FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752FAC

Black with #752FAC

Text Example


Text Example

White with #752FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752FAC; }

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

 H1.HeaderClassName
 {
   color: #752FAC;
 }
 .AnyTagClassName
 {
   color: #752FAC;
 }
</style>

background-color css

<style>
 a { background-color: #752FAC; }

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

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

border-color css

<style>
 span { border-color: #752FAC; }

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

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