Html Css Color HEX #752CA4 Royal Purple

📋 copy color: '#752CA4'

red 117 ◦ green 44 ◦ blue 164

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

Shades of Royal Purple #752CA4

Tints of Royal Purple #752CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.46%

R = 36%
G = 13.54%
B = 50.46%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#752CA4 (or 0x752CA4) is known color: Royal Purple. HEX triplet: 75, 2C and A4. RGB value is (117,44,164). Sum of RGB (Red+Green+Blue) = 117+44+164=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #752CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752CA4 is #8AD35B. Grayscale: #4F4F4F. Windows color (decimal): -9098076 or 10759285. OLE color: 10759285.

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

Color convert

RGB 117 44 164 -
CMYK 0.29 0.73 0 0.36
HSL 276.5º 0.58% 0.41% -
HSV(B) 276.5º 0.73% 0.64% -
XYZ 14.94 8.26 35.93 -
YUV 79.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 117 44 164 0.29 0.73 0 0.36 276.5 0.58 0.41
Hex 75 2C A4 1D 49 0 24 114 3A 29
Octal 165 54 244 35 111 0 44 424 72 51
Binary 1110101 101100 10100100 11101 1001001 0 100100 100010100 111010 101001

Color Harmonies of #752CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CA4

Black with #752CA4

Text Example


Text Example

White with #752CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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