#75369B

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

Shades of Royal Purple #75369B

Tints of Royal Purple #75369B

Color information

#75369B (or 0x75369B) is unknown color: approx Royal Purple. HEX triplet: 75, 36 and 9B. RGB value is (117,54,155). Sum of RGB (Red+Green+Blue) = 117+54+155=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #75369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75369B is #8AC964. Grayscale: #545454. Windows color (decimal): -9095525 or 10172021. OLE color: 10172021.

HSL color Cylindrical-coordinate representation of color #75369B: hue angle of 277.43º 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 #75369B is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11754155-
CMYK0.250.6500.39
HSL277.43º48.33%40.98%-
HSV(B)277.43º65.16%60.78%-
XYZ14.578.7931.94-
YUV84.35167.87151.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=35.89%
G=16.56%
B=47.55%

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
Decimal117541550.250.6500.39277.4348.3340.98
Hex75369B19410271153029
Octal16566233311010474256051
Binary1110101110110100110111100110000010100111100010101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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