#7B1F6A

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

Shades of Dark Purple #7B1F6A

Tints of Dark Purple #7B1F6A

Color information

#7B1F6A (or 0x7B1F6A) is unknown color: approx Dark Purple. HEX triplet: 7B, 1F and 6A. RGB value is (123,31,106). Sum of RGB (Red+Green+Blue) = 123+31+106=260 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.31% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1F6A is #84E095. Grayscale: #424242. Windows color (decimal): -8708246 or 6954875. OLE color: 6954875.

HSL color Cylindrical-coordinate representation of color #7B1F6A: hue angle of 311.09º 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 #7B1F6A is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB12331106-
CMYK00.750.140.52
HSL311.09º59.74%30.2%-
HSV(B)311.09º74.8%48.24%-
XYZ11.266.2314.25-
YUV67.06149.98167.9-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.31%
GREEN value IS 31 (12.5% from 255) = 11.92%
BLUE value IS 106 (41.80% from 255) = 40.77%
R=47.31%
G=11.92%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1233110600.750.140.52311.0959.7430.2
Hex7B1F6A04BE341373c1e
Octal17337152011316644677436
Binary111101111111110101001001011111011010010011011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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

cancel