Html Css Color HEX #752CA9 Royal Purple

📋 copy color: '#752CA9'

red 117 ◦ green 44 ◦ blue 169

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

Shades of Royal Purple #752CA9

Tints of Royal Purple #752CA9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.33%

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

R = 35.45%
G = 13.33%
B = 51.21%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#752CA9 (or 0x752CA9) is known color: Royal Purple. HEX triplet: 75, 2C and A9. RGB value is (117,44,169). Sum of RGB (Red+Green+Blue) = 117+44+169=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #752CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752CA9 is #8AD356. Grayscale: #4F4F4F. Windows color (decimal): -9098071 or 11086965. OLE color: 11086965.

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

Color convert

RGB 117 44 169 -
CMYK 0.31 0.74 0 0.34
HSL 275.04º 0.59% 0.42% -
HSV(B) 275.04º 0.74% 0.66% -
XYZ 15.4 8.45 38.36 -
YUV 80.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 117 44 169 0.31 0.74 0 0.34 275.04 0.59 0.42
Hex 75 2C A9 1F 4A 0 22 113 3B 2A
Octal 165 54 251 37 112 0 42 423 73 52
Binary 1110101 101100 10101001 11111 1001010 0 100010 100010011 111011 101010

Color Harmonies of #752CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CA9

Black with #752CA9

Text Example


Text Example

White with #752CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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