Html Css Color HEX #7D2DCA Blue Violet

📋 copy color: '#7D2DCA'

red 125 ◦ green 45 ◦ blue 202

#7D2DCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7D2DCA

Tints of Blue Violet #7D2DCA

RGB

 RED value IS 125 (49.22% from 255) = 33.6%

 GREEN value IS 45 (17.97% from 255) = 12.1%

 BLUE value IS 202 (79.3% from 255) = 54.3%

R = 33.6%
G = 12.1%
B = 54.3%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D2DCA (or 0x7D2DCA) is known color: Blue Violet. HEX triplet: 7D, 2D and CA. RGB value is (125,45,202). Sum of RGB (Red+Green+Blue) = 125+45+202=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D2DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2DCA is #82D235. Grayscale: #565656. Windows color (decimal): -8573494 or 13249917. OLE color: 13249917.

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

Color convert

RGB 125 45 202 -
CMYK 0.38 0.78 0 0.21
HSL 270.57º 0.64% 0.48% -
HSV(B) 270.57º 0.78% 0.79% -
XYZ 20.06 10.5 56.85 -
YUV 86.82 193 155.23 -
System Red Green Blue C M Y K H S L
Decimal 125 45 202 0.38 0.78 0 0.21 270.57 0.64 0.48
Hex 7D 2D CA 26 4E 0 15 10F 40 30
Octal 175 55 312 46 116 0 25 417 100 60
Binary 1111101 101101 11001010 100110 1001110 0 10101 100001111 1000000 110000

Color Harmonies of #7D2DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2DCA

Black with #7D2DCA

Text Example


Text Example

White with #7D2DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D2DCA;
 }
 .AnyTagClassName
 {
   color: #7D2DCA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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