#91407B

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

Shades of Dark Purple #91407B

Tints of Dark Purple #91407B

Color information

#91407B (or 0x91407B) is unknown color: approx Dark Purple. HEX triplet: 91, 40 and 7B. RGB value is (145,64,123). Sum of RGB (Red+Green+Blue) = 145+64+123=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #91407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91407B is #6EBF84. Grayscale: #5E5E5E. Windows color (decimal): -7257989 or 8077457. OLE color: 8077457.

HSL color Cylindrical-coordinate representation of color #91407B: hue angle of 316.3º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #91407B is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14564123-
CMYK00.560.150.43
HSL316.3º38.76%40.98%-
HSV(B)316.3º55.86%56.86%-
XYZ17.0911.1219.98-
YUV94.94143.84163.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 64 (25.39% from 255) = 19.28%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=43.67%
G=19.28%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456412300.560.150.43316.338.7640.98
Hex91407B038F2B13c2729
Octal22110017307017534744751
Binary100100011000000111101101110001111101011100111100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,64,123); }

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

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

 a { background-color: rgb(145,64,123); }

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

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

 span { border-color: rgb(145,64,123); }

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