#75379D

Color #75379D Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #75379D

Tints of Royal Purple #75379D

Color information

#75379D (or 0x75379D) is unknown color: approx Royal Purple. HEX triplet: 75, 37 and 9D. RGB value is (117,55,157). Sum of RGB (Red+Green+Blue) = 117+55+157=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #75379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75379D is #8AC862. Grayscale: #545454. Windows color (decimal): -9095267 or 10303349. OLE color: 10303349.

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

Color convert

RGB11755157-
CMYK0.250.6500.38
HSL276.47º48.11%41.57%-
HSV(B)276.47º64.97%61.57%-
XYZ14.798.9532.85-
YUV85.17168.54150.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 55 (21.88% from 255) = 16.72%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=35.56%
G=16.72%
B=47.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117551570.250.6500.38276.4748.1141.57
Hex75379D1941026114302a
Octal16567235311010464246052
Binary1110101110111100111011100110000010100110100010100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75379D;
 }
 .AnyTagClassName
 {
   color: #75379D;
 }
</style>
background-color css

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

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

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

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

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

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