#7d268b

Color #7D268B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #7D268B

Tints of Vivid Violet #7D268B

Color information

#7D268B (or 0x7D268B) is unknown color: approx Vivid Violet. HEX triplet: 7D, 26 and 8B. RGB value is (125,38,139). Sum of RGB (Red+Green+Blue) = 125+38+139=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D268B is #82D974. Grayscale: #4B4B4B. Windows color (decimal): -8575349 or 9119357. OLE color: 9119357.

HSL color Cylindrical-coordinate representation of color #7D268B: hue angle of 291.68º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D268B is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12538139-
CMYK0.100.7300.45
HSL291.68º57.06%34.71%-
HSV(B)291.68º72.66%54.51%-
XYZ13.817.6125.17-
YUV75.53163.82163.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.39%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=41.39%
G=12.58%
B=46.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125381390.100.7300.45291.6857.0634.71
Hex7D268BA4902D1243923
Octal17546213121110554447143
Binary111110110011010001011101010010010101101100100100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d268b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,38,139); }

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

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

 a { background-color: rgb(125,38,139); }

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

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

 span { border-color: rgb(125,38,139); }

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