#7D2EDB

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

Shades of Blue Violet #7D2EDB

Tints of Blue Violet #7D2EDB

Color information

#7D2EDB (or 0x7D2EDB) is unknown color: approx Blue Violet. HEX triplet: 7D, 2E and DB. RGB value is (125,46,219). Sum of RGB (Red+Green+Blue) = 125+46+219=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D2EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2EDB is #82D124. Grayscale: #585858. Windows color (decimal): -8573221 or 14364285. OLE color: 14364285.

HSL color Cylindrical-coordinate representation of color #7D2EDB: hue angle of 267.4º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D2EDB is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12546219-
CMYK0.430.7900.14
HSL267.4º70.61%51.96%-
HSV(B)267.4º79%85.88%-
XYZ22.2211.4368.05-
YUV89.34201.17153.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.05%
GREEN value IS 46 (18.36% from 255) = 11.79%
BLUE value IS 219 (85.94% from 255) = 56.15%
R=32.05%
G=11.79%
B=56.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal125462190.430.7900.14267.470.6151.96
Hex7D2EDB2B4F0E10b4734
Octal175563335311701641310764
Binary1111101101110110110111010111001111011101000010111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,46,219); }

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

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

 a { background-color: rgb(125,46,219); }

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

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

 span { border-color: rgb(125,46,219); }

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