Html Css Color HEX #7D1ACE Blue Violet

📋 copy color: '#7D1ACE'

red 125 ◦ green 26 ◦ blue 206

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

Shades of Blue Violet #7D1ACE

Tints of Blue Violet #7D1ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.28%

 BLUE value IS 206 (80.86% from 255) = 57.7%

R = 35.01%
G = 7.28%
B = 57.7%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D1ACE (or 0x7D1ACE) is known color: Blue Violet. HEX triplet: 7D, 1A and CE. RGB value is (125,26,206). Sum of RGB (Red+Green+Blue) = 125+26+206=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D1ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1ACE is #82E531. Grayscale: #4B4B4B. Windows color (decimal): -8578354 or 13507197. OLE color: 13507197.

HSL color Cylindrical-coordinate representation of color #7D1ACE: hue angle of 273º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1ACE is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 26 206 -
CMYK 0.39 0.87 0 0.19
HSL 273º 0.78% 0.45% -
HSV(B) 273º 0.87% 0.81% -
XYZ 19.97 9.55 59.18 -
YUV 76.12 201.3 162.86 -
System Red Green Blue C M Y K H S L
Decimal 125 26 206 0.39 0.87 0 0.19 273 0.78 0.45
Hex 7D 1A CE 27 57 0 13 111 4E 2D
Octal 175 32 316 47 127 0 23 421 116 55
Binary 1111101 11010 11001110 100111 1010111 0 10011 100010001 1001110 101101

Color Harmonies of #7D1ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1ACE

Black with #7D1ACE

Text Example


Text Example

White with #7D1ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,26,206); }

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

background-color css

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

 a { background-color: rgb(125,26,206); }

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

border-color css

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

 span { border-color: rgb(125,26,206); }

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