Html Css Color HEX #7D10EC Blue Violet

📋 copy color: '#7D10EC'

red 125 ◦ green 16 ◦ blue 236

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

Shades of Blue Violet #7D10EC

Tints of Blue Violet #7D10EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.24%

 BLUE value IS 236 (92.58% from 255) = 62.6%

R = 33.16%
G = 4.24%
B = 62.6%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D10EC (or 0x7D10EC) is known color: Blue Violet. HEX triplet: 7D, 10 and EC. RGB value is (125,16,236). Sum of RGB (Red+Green+Blue) = 125+16+236=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D10EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D10EC is #82EF13. Grayscale: #484848. Windows color (decimal): -8580884 or 15470717. OLE color: 15470717.

HSL color Cylindrical-coordinate representation of color #7D10EC: hue angle of 269.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D10EC is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 16 236 -
CMYK 0.47 0.93 0 0.07
HSL 269.73º 0.87% 0.49% -
HSV(B) 269.73º 0.93% 0.93% -
XYZ 23.78 10.79 80.19 -
YUV 73.67 219.61 164.61 -
System Red Green Blue C M Y K H S L
Decimal 125 16 236 0.47 0.93 0 0.07 269.73 0.87 0.49
Hex 7D 10 EC 2F 5D 0 7 10E 57 31
Octal 175 20 354 57 135 0 7 416 127 61
Binary 1111101 10000 11101100 101111 1011101 0 111 100001110 1010111 110001

Color Harmonies of #7D10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D10EC

Black with #7D10EC

Text Example


Text Example

White with #7D10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,16,236); }

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

background-color css

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

 a { background-color: rgb(125,16,236); }

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

border-color css

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

 span { border-color: rgb(125,16,236); }

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