#7B1F67

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

Shades of Dark Purple #7B1F67

Tints of Dark Purple #7B1F67

Color information

#7B1F67 (or 0x7B1F67) is unknown color: approx Dark Purple. HEX triplet: 7B, 1F and 67. RGB value is (123,31,103). Sum of RGB (Red+Green+Blue) = 123+31+103=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1F67 is #84E098. Grayscale: #424242. Windows color (decimal): -8708249 or 6758267. OLE color: 6758267.

HSL color Cylindrical-coordinate representation of color #7B1F67: hue angle of 313.04º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B1F67 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB12331103-
CMYK00.750.160.52
HSL313.04º59.74%30.2%-
HSV(B)313.04º74.8%48.24%-
XYZ11.116.1713.44-
YUV66.72148.48168.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.86%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 103 (40.62% from 255) = 40.08%
R=47.86%
G=12.06%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1233110300.750.160.52313.0459.7430.2
Hex7B1F6704B10341393c1e
Octal17337147011320644717436
Binary1111011111111100111010010111000011010010011100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,31,103); }

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

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

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

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

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

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

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