#7B2F75

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

Shades of Dark Purple #7B2F75

Tints of Dark Purple #7B2F75

Color information

#7B2F75 (or 0x7B2F75) is unknown color: approx Dark Purple. HEX triplet: 7B, 2F and 75. RGB value is (123,47,117). Sum of RGB (Red+Green+Blue) = 123+47+117=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2F75 is #84D08A. Grayscale: #4D4D4D. Windows color (decimal): -8704139 or 7679867. OLE color: 7679867.

HSL color Cylindrical-coordinate representation of color #7B2F75: hue angle of 304.74º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B2F75 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB12347117-
CMYK00.620.050.52
HSL304.74º44.71%33.33%-
HSV(B)304.74º61.79%48.24%-
XYZ12.47.5317.63-
YUV77.7150.18160.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.86%
GREEN value IS 47 (18.75% from 255) = 16.38%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=42.86%
G=16.38%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1234711700.620.050.52304.7444.7133.33
Hex7B2F7503E5341312d21
Octal173571650765644615541
Binary111101110111111101010111110101110100100110001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,47,117); }

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

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

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

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

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

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

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