#7D34DC

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

Shades of Blue Violet #7D34DC

Tints of Blue Violet #7D34DC

Color information

#7D34DC (or 0x7D34DC) is unknown color: approx Blue Violet. HEX triplet: 7D, 34 and DC. RGB value is (125,52,220). Sum of RGB (Red+Green+Blue) = 125+52+220=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D34DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D34DC is #82CB23. Grayscale: #5C5C5C. Windows color (decimal): -8571684 or 14431357. OLE color: 14431357.

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

Color convert

RGB12552220-
CMYK0.430.7600.14
HSL266.07º70.59%53.33%-
HSV(B)266.07º76.36%86.27%-
XYZ22.611.9868.83-
YUV92.98199.68150.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 52 (20.70% from 255) = 13.10%
BLUE value IS 220 (86.33% from 255) = 55.42%
R=31.49%
G=13.10%
B=55.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal125522200.430.7600.14266.0770.5953.33
Hex7D34DC2B4C0E10a4735
Octal175643345311401641210765
Binary1111101110100110111001010111001100011101000010101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D34DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,52,220); }

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

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

 a { background-color: rgb(125,52,220); }

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

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

 span { border-color: rgb(125,52,220); }

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