#75369F

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

Shades of Royal Purple #75369F

Tints of Royal Purple #75369F

Color information

#75369F (or 0x75369F) is unknown color: approx Royal Purple. HEX triplet: 75, 36 and 9F. RGB value is (117,54,159). Sum of RGB (Red+Green+Blue) = 117+54+159=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #75369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75369F is #8AC960. Grayscale: #545454. Windows color (decimal): -9095521 or 10434165. OLE color: 10434165.

HSL color Cylindrical-coordinate representation of color #75369F: hue angle of 276º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75369F is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11754159-
CMYK0.260.6600.38
HSL276º49.3%41.76%-
HSV(B)276º66.04%62.35%-
XYZ14.918.9233.74-
YUV84.81169.87150.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 159 (62.5% from 255) = 48.18%
R=35.45%
G=16.36%
B=48.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117541590.260.6600.3827649.341.76
Hex75369F1A42026114312a
Octal16566237321020464246152
Binary1110101110110100111111101010000100100110100010100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75369F; }

 p { color: rgb(117,54,159); }

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

<style>
 a { background-color: #75369F; }

 a { background-color: rgb(117,54,159); }

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

<style>
 span { border-color: #75369F; }

 span { border-color: rgb(117,54,159); }

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