#75379C

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

Shades of Royal Purple #75379C

Tints of Royal Purple #75379C

Color information

#75379C (or 0x75379C) is unknown color: approx Royal Purple. HEX triplet: 75, 37 and 9C. RGB value is (117,55,156). Sum of RGB (Red+Green+Blue) = 117+55+156=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #75379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75379C is #8AC863. Grayscale: #545454. Windows color (decimal): -9095268 or 10237813. OLE color: 10237813.

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

Color convert

RGB11755156-
CMYK0.250.6500.39
HSL276.83º47.87%41.37%-
HSV(B)276.83º64.74%61.18%-
XYZ14.78.9132.4-
YUV85.05168.04150.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 55 (21.88% from 255) = 16.77%
BLUE value IS 156 (61.33% from 255) = 47.56%
R=35.67%
G=16.77%
B=47.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117551560.250.6500.39276.8347.8741.37
Hex75379C19410271153029
Octal16567234311010474256051
Binary1110101110111100111001100110000010100111100010101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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