Html Css Color HEX #752CA5 Royal Purple

📋 copy color: '#752CA5'

red 117 ◦ green 44 ◦ blue 165

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

Shades of Royal Purple #752CA5

Tints of Royal Purple #752CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.61%

R = 35.89%
G = 13.5%
B = 50.61%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#752CA5 (or 0x752CA5) is known color: Royal Purple. HEX triplet: 75, 2C and A5. RGB value is (117,44,165). Sum of RGB (Red+Green+Blue) = 117+44+165=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #752CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752CA5 is #8AD35A. Grayscale: #4F4F4F. Windows color (decimal): -9098075 or 10824821. OLE color: 10824821.

HSL color Cylindrical-coordinate representation of color #752CA5: hue angle of 276.2º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752CA5 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 44 165 -
CMYK 0.29 0.73 0 0.35
HSL 276.2º 0.58% 0.41% -
HSV(B) 276.2º 0.73% 0.65% -
XYZ 15.03 8.3 36.41 -
YUV 79.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 117 44 165 0.29 0.73 0 0.35 276.2 0.58 0.41
Hex 75 2C A5 1D 49 0 23 114 3A 29
Octal 165 54 245 35 111 0 43 424 72 51
Binary 1110101 101100 10100101 11101 1001001 0 100011 100010100 111010 101001

Color Harmonies of #752CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CA5

Black with #752CA5

Text Example


Text Example

White with #752CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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