Html Css Color HEX #752BAA Royal Purple

📋 copy color: '#752BAA'

red 117 ◦ green 43 ◦ blue 170

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

Shades of Royal Purple #752BAA

Tints of Royal Purple #752BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 35.45%
G = 13.03%
B = 51.52%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#752BAA (or 0x752BAA) is known color: Royal Purple. HEX triplet: 75, 2B and AA. RGB value is (117,43,170). Sum of RGB (Red+Green+Blue) = 117+43+170=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #752BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752BAA is #8AD455. Grayscale: #4F4F4F. Windows color (decimal): -9098326 or 11152245. OLE color: 11152245.

HSL color Cylindrical-coordinate representation of color #752BAA: hue angle of 274.96º 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 #752BAA is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 43 170 -
CMYK 0.31 0.75 0 0.33
HSL 274.96º 0.6% 0.42% -
HSV(B) 274.96º 0.75% 0.67% -
XYZ 15.46 8.41 38.84 -
YUV 79.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 117 43 170 0.31 0.75 0 0.33 274.96 0.6 0.42
Hex 75 2B AA 1F 4B 0 21 113 3C 2A
Octal 165 53 252 37 113 0 41 423 74 52
Binary 1110101 101011 10101010 11111 1001011 0 100001 100010011 111100 101010

Color Harmonies of #752BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BAA

Black with #752BAA

Text Example


Text Example

White with #752BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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