Html Css Color HEX #752BAC Royal Purple

📋 copy color: '#752BAC'

red 117 ◦ green 43 ◦ blue 172

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

Shades of Royal Purple #752BAC

Tints of Royal Purple #752BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.95%

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

R = 35.24%
G = 12.95%
B = 51.81%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#752BAC (or 0x752BAC) is known color: Royal Purple. HEX triplet: 75, 2B and AC. RGB value is (117,43,172). Sum of RGB (Red+Green+Blue) = 117+43+172=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #752BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752BAC is #8AD453. Grayscale: #4F4F4F. Windows color (decimal): -9098324 or 11283317. OLE color: 11283317.

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

Color convert

RGB 117 43 172 -
CMYK 0.32 0.75 0 0.33
HSL 274.42º 0.6% 0.42% -
HSV(B) 274.42º 0.75% 0.67% -
XYZ 15.65 8.49 39.84 -
YUV 79.83 180.02 154.51 -
System Red Green Blue C M Y K H S L
Decimal 117 43 172 0.32 0.75 0 0.33 274.42 0.6 0.42
Hex 75 2B AC 20 4B 0 21 112 3C 2A
Octal 165 53 254 40 113 0 41 422 74 52
Binary 1110101 101011 10101100 100000 1001011 0 100001 100010010 111100 101010

Color Harmonies of #752BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BAC

Black with #752BAC

Text Example


Text Example

White with #752BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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