Html Css Color HEX #752BA9 Royal Purple

📋 copy color: '#752BA9'

red 117 ◦ green 43 ◦ blue 169

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

Shades of Royal Purple #752BA9

Tints of Royal Purple #752BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 51.37%

R = 35.56%
G = 13.07%
B = 51.37%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#752BA9 (or 0x752BA9) is known color: Royal Purple. HEX triplet: 75, 2B and A9. RGB value is (117,43,169). Sum of RGB (Red+Green+Blue) = 117+43+169=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #752BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752BA9 is #8AD456. Grayscale: #4F4F4F. Windows color (decimal): -9098327 or 11086709. OLE color: 11086709.

HSL color Cylindrical-coordinate representation of color #752BA9: hue angle of 275.24º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752BA9 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 43 169 -
CMYK 0.31 0.75 0 0.34
HSL 275.24º 0.59% 0.42% -
HSV(B) 275.24º 0.75% 0.66% -
XYZ 15.36 8.37 38.34 -
YUV 79.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 117 43 169 0.31 0.75 0 0.34 275.24 0.59 0.42
Hex 75 2B A9 1F 4B 0 22 113 3B 2A
Octal 165 53 251 37 113 0 42 423 73 52
Binary 1110101 101011 10101001 11111 1001011 0 100010 100010011 111011 101010

Color Harmonies of #752BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BA9

Black with #752BA9

Text Example


Text Example

White with #752BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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