Html Css Color HEX #75349D Royal Purple

📋 copy color: '#75349D'

red 117 ◦ green 52 ◦ blue 157

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

Shades of Royal Purple #75349D

Tints of Royal Purple #75349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

 BLUE value IS 157 (61.72% from 255) = 48.16%

R = 35.89%
G = 15.95%
B = 48.16%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75349D (or 0x75349D) is known color: Royal Purple. HEX triplet: 75, 34 and 9D. RGB value is (117,52,157). Sum of RGB (Red+Green+Blue) = 117+52+157=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #75349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75349D is #8ACB62. Grayscale: #535353. Windows color (decimal): -9096035 or 10302581. OLE color: 10302581.

HSL color Cylindrical-coordinate representation of color #75349D: hue angle of 277.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75349D is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 52 157 -
CMYK 0.25 0.67 0 0.38
HSL 277.14º 0.5% 0.41% -
HSV(B) 277.14º 0.67% 0.62% -
XYZ 14.65 8.67 32.8 -
YUV 83.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 117 52 157 0.25 0.67 0 0.38 277.14 0.5 0.41
Hex 75 34 9D 19 43 0 26 115 32 29
Octal 165 64 235 31 103 0 46 425 62 51
Binary 1110101 110100 10011101 11001 1000011 0 100110 100010101 110010 101001

Color Harmonies of #75349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75349D

Black with #75349D

Text Example


Text Example

White with #75349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75349D; }

 p { color: rgb(117,52,157); }

 H1.HeaderClassName
 {
   color: #75349D;
 }
 .AnyTagClassName
 {
   color: #75349D;
 }
</style>

background-color css

<style>
 a { background-color: #75349D; }

 a { background-color: rgb(117,52,157); }

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

border-color css

<style>
 span { border-color: #75349D; }

 span { border-color: rgb(117,52,157); }

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