#7D2ACA

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

Shades of Blue Violet #7D2ACA

Tints of Blue Violet #7D2ACA

Color information

#7D2ACA (or 0x7D2ACA) is unknown color: approx Blue Violet. HEX triplet: 7D, 2A and CA. RGB value is (125,42,202). Sum of RGB (Red+Green+Blue) = 125+42+202=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D2ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2ACA is #82D535. Grayscale: #545454. Windows color (decimal): -8574262 or 13249149. OLE color: 13249149.

HSL color Cylindrical-coordinate representation of color #7D2ACA: hue angle of 271.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D2ACA is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12542202-
CMYK0.380.7900.21
HSL271.12º65.57%47.84%-
HSV(B)271.12º79.21%79.22%-
XYZ19.9510.2856.81-
YUV85.06194156.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.88%
GREEN value IS 42 (16.80% from 255) = 11.38%
BLUE value IS 202 (79.30% from 255) = 54.74%
R=33.88%
G=11.38%
B=54.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal125422020.380.7900.21271.1265.5747.84
Hex7D2ACA264F01510f4230
Octal175523124611702541710260
Binary11111011010101100101010011010011110101011000011111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,42,202); }

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

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

 a { background-color: rgb(125,42,202); }

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

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

 span { border-color: rgb(125,42,202); }

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