#7B187B

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

Shades of Dark Purple #7B187B

Tints of Dark Purple #7B187B

Color information

#7B187B (or 0x7B187B) is unknown color: approx Dark Purple. HEX triplet: 7B, 18 and 7B. RGB value is (123,24,123). Sum of RGB (Red+Green+Blue) = 123+24+123=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B187B is #84E784. Grayscale: #404040. Windows color (decimal): -8710021 or 8067195. OLE color: 8067195.

HSL color Cylindrical-coordinate representation of color #7B187B: hue angle of 300º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B187B is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12324123-
CMYK00.8000.52
HSL300º67.35%28.82%-
HSV(B)300º80.49%48.24%-
XYZ12.076.2919.32-
YUV64.89160.8169.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=45.56%
G=8.89%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1232412300.8000.5230067.3528.82
Hex7B187B05003412c431d
Octal17330173012006445410335
Binary1111011110001111011010100000110100100101100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B187B; }

 p { color: rgb(123,24,123); }

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

<style>
 a { background-color: #7B187B; }

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

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

<style>
 span { border-color: #7B187B; }

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

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