#7d2ccd

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

Shades of Blue Violet #7D2CCD

Tints of Blue Violet #7D2CCD

Color information

#7D2CCD (or 0x7D2CCD) is unknown color: approx Blue Violet. HEX triplet: 7D, 2C and CD. RGB value is (125,44,205). Sum of RGB (Red+Green+Blue) = 125+44+205=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D2CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2CCD is #82D332. Grayscale: #565656. Windows color (decimal): -8573747 or 13446269. OLE color: 13446269.

HSL color Cylindrical-coordinate representation of color #7D2CCD: hue angle of 270.19º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D2CCD is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12544205-
CMYK0.390.7900.20
HSL270.19º64.66%48.82%-
HSV(B)270.19º78.54%80.39%-
XYZ20.3810.5758.72-
YUV86.57194.84155.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.42%
GREEN value IS 44 (17.58% from 255) = 11.76%
BLUE value IS 205 (80.47% from 255) = 54.81%
R=33.42%
G=11.76%
B=54.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal125442050.390.7900.20270.1964.6648.82
Hex7D2CCD274F01410e4131
Octal175543154711702441610161
Binary11111011011001100110110011110011110101001000011101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d2ccd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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