#75409B

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

Shades of Royal Purple #75409B

Tints of Royal Purple #75409B

Color information

#75409B (or 0x75409B) is unknown color: approx Royal Purple. HEX triplet: 75, 40 and 9B. RGB value is (117,64,155). Sum of RGB (Red+Green+Blue) = 117+64+155=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #75409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75409B is #8ABF64. Grayscale: #595959. Windows color (decimal): -9092965 or 10174581. OLE color: 10174581.

HSL color Cylindrical-coordinate representation of color #75409B: hue angle of 274.95º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75409B is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11764155-
CMYK0.250.5900.39
HSL274.95º41.55%42.94%-
HSV(B)274.95º58.71%60.78%-
XYZ15.099.8232.11-
YUV90.22164.56147.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=34.82%
G=19.05%
B=46.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117641550.250.5900.39274.9541.5542.94
Hex75409B193B0271132a2b
Octal16510023331730474235253
Binary1110101100000010011011110011110110100111100010011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75409B; }

 p { color: rgb(117,64,155); }

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

<style>
 a { background-color: #75409B; }

 a { background-color: rgb(117,64,155); }

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

<style>
 span { border-color: #75409B; }

 span { border-color: rgb(117,64,155); }

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