#7A257B

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

Shades of Dark Purple #7A257B

Tints of Dark Purple #7A257B

Color information

#7A257B (or 0x7A257B) is unknown color: approx Dark Purple. HEX triplet: 7A, 25 and 7B. RGB value is (122,37,123). Sum of RGB (Red+Green+Blue) = 122+37+123=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A257B is #85DA84. Grayscale: #474747. Windows color (decimal): -8772229 or 8070522. OLE color: 8070522.

HSL color Cylindrical-coordinate representation of color #7A257B: hue angle of 299.3º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A257B is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12237123-
CMYK0.010.7000.52
HSL299.3º53.75%31.37%-
HSV(B)299.3º69.92%48.24%-
XYZ12.266.8919.42-
YUV72.22156.66163.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.26%
GREEN value IS 37 (14.84% from 255) = 13.12%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=43.26%
G=13.12%
B=43.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122371230.010.7000.52299.353.7531.37
Hex7A257B14603412b361f
Octal1724517311060644536637
Binary1111010100101111101111000110011010010010101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,37,123); }

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

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

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

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

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

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

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