Html Css Color HEX #752DA3 Royal Purple

📋 copy color: '#752DA3'

red 117 ◦ green 45 ◦ blue 163

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

Shades of Royal Purple #752DA3

Tints of Royal Purple #752DA3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.85%

 BLUE value IS 163 (64.06% from 255) = 50.15%

R = 36%
G = 13.85%
B = 50.15%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#752DA3 (or 0x752DA3) is known color: Royal Purple. HEX triplet: 75, 2D and A3. RGB value is (117,45,163). Sum of RGB (Red+Green+Blue) = 117+45+163=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #752DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752DA3 is #8AD25C. Grayscale: #4F4F4F. Windows color (decimal): -9097821 or 10694005. OLE color: 10694005.

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

Color convert

RGB 117 45 163 -
CMYK 0.28 0.72 0 0.36
HSL 276.61º 0.57% 0.41% -
HSV(B) 276.61º 0.72% 0.64% -
XYZ 14.89 8.3 35.47 -
YUV 79.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 117 45 163 0.28 0.72 0 0.36 276.61 0.57 0.41
Hex 75 2D A3 1C 48 0 24 115 39 29
Octal 165 55 243 34 110 0 44 425 71 51
Binary 1110101 101101 10100011 11100 1001000 0 100100 100010101 111001 101001

Color Harmonies of #752DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DA3

Black with #752DA3

Text Example


Text Example

White with #752DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,45,163); }

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

background-color css

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

 a { background-color: rgb(117,45,163); }

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

border-color css

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

 span { border-color: rgb(117,45,163); }

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