Html Css Color HEX #752EAB Royal Purple

📋 copy color: '#752EAB'

red 117 ◦ green 46 ◦ blue 171

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

Shades of Royal Purple #752EAB

Tints of Royal Purple #752EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.77%

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

R = 35.03%
G = 13.77%
B = 51.2%

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

#752EAB (or 0x752EAB) is known color: Royal Purple. HEX triplet: 75, 2E and AB. RGB value is (117,46,171). Sum of RGB (Red+Green+Blue) = 117+46+171=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #752EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752EAB is #8AD154. Grayscale: #515151. Windows color (decimal): -9097557 or 11218549. OLE color: 11218549.

HSL color Cylindrical-coordinate representation of color #752EAB: hue angle of 274.08º degrees, saturation: 0.58, 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 #752EAB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 46 171 -
CMYK 0.32 0.73 0 0.33
HSL 274.08º 0.58% 0.43% -
HSV(B) 274.08º 0.73% 0.67% -
XYZ 15.66 8.68 39.38 -
YUV 81.48 178.52 153.34 -
System Red Green Blue C M Y K H S L
Decimal 117 46 171 0.32 0.73 0 0.33 274.08 0.58 0.43
Hex 75 2E AB 20 49 0 21 112 3A 2B
Octal 165 56 253 40 111 0 41 422 72 53
Binary 1110101 101110 10101011 100000 1001001 0 100001 100010010 111010 101011

Color Harmonies of #752EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EAB

Black with #752EAB

Text Example


Text Example

White with #752EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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