Html Css Color HEX #7D1ECA Blue Violet

📋 copy color: '#7D1ECA'

red 125 ◦ green 30 ◦ blue 202

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

Shades of Blue Violet #7D1ECA

Tints of Blue Violet #7D1ECA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.4%

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

R = 35.01%
G = 8.4%
B = 56.58%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D1ECA (or 0x7D1ECA) is known color: Blue Violet. HEX triplet: 7D, 1E and CA. RGB value is (125,30,202). Sum of RGB (Red+Green+Blue) = 125+30+202=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D1ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1ECA is #82E135. Grayscale: #4D4D4D. Windows color (decimal): -8577334 or 13246077. OLE color: 13246077.

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

Color convert

RGB 125 30 202 -
CMYK 0.38 0.85 0 0.21
HSL 273.14º 0.74% 0.45% -
HSV(B) 273.14º 0.85% 0.79% -
XYZ 19.58 9.55 56.69 -
YUV 78.01 197.97 161.51 -
System Red Green Blue C M Y K H S L
Decimal 125 30 202 0.38 0.85 0 0.21 273.14 0.74 0.45
Hex 7D 1E CA 26 55 0 15 111 4A 2D
Octal 175 36 312 46 125 0 25 421 112 55
Binary 1111101 11110 11001010 100110 1010101 0 10101 100010001 1001010 101101

Color Harmonies of #7D1ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1ECA

Black with #7D1ECA

Text Example


Text Example

White with #7D1ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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