#7D2CE2

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

Shades of Blue Violet #7D2CE2

Tints of Blue Violet #7D2CE2

Color information

#7D2CE2 (or 0x7D2CE2) is unknown color: approx Blue Violet. HEX triplet: 7D, 2C and E2. RGB value is (125,44,226). Sum of RGB (Red+Green+Blue) = 125+44+226=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 226 (88.67% from 255 or 57.22% from 395); Max value from RGB is 226 - color contains mainly: blue. Hex color #7D2CE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2CE2 is #82D31D. Grayscale: #585858. Windows color (decimal): -8573726 or 14822525. OLE color: 14822525.

HSL color Cylindrical-coordinate representation of color #7D2CE2: hue angle of 266.7º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D2CE2 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12544226-
CMYK0.450.8100.11
HSL266.7º75.83%52.94%-
HSV(B)266.7º80.53%88.63%-
XYZ23.0911.6572.98-
YUV88.97205.34153.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.65%
GREEN value IS 44 (17.58% from 255) = 11.14%
BLUE value IS 226 (88.67% from 255) = 57.22%
R=31.65%
G=11.14%
B=57.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal125442260.450.8100.11266.775.8352.94
Hex7D2CE22D510B10b4c35
Octal175543425512101341311465
Binary1111101101100111000101011011010001010111000010111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,44,226); }

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

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

 a { background-color: rgb(125,44,226); }

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

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

 span { border-color: rgb(125,44,226); }

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