Html Css Color HEX #7D17EC Blue Violet

📋 copy color: '#7D17EC'

red 125 ◦ green 23 ◦ blue 236

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

Shades of Blue Violet #7D17EC

Tints of Blue Violet #7D17EC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.99%

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

R = 32.55%
G = 5.99%
B = 61.46%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D17EC (or 0x7D17EC) is known color: Blue Violet. HEX triplet: 7D, 17 and EC. RGB value is (125,23,236). Sum of RGB (Red+Green+Blue) = 125+23+236=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D17EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D17EC is #82E813. Grayscale: #4D4D4D. Windows color (decimal): -8579092 or 15472509. OLE color: 15472509.

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

Color convert

RGB 125 23 236 -
CMYK 0.47 0.90 0 0.07
HSL 268.73º 0.85% 0.51% -
HSV(B) 268.73º 0.9% 0.93% -
XYZ 23.9 11.03 80.23 -
YUV 77.78 217.29 161.68 -
System Red Green Blue C M Y K H S L
Decimal 125 23 236 0.47 0.90 0 0.07 268.73 0.85 0.51
Hex 7D 17 EC 2F 5A 0 7 10D 55 33
Octal 175 27 354 57 132 0 7 415 125 63
Binary 1111101 10111 11101100 101111 1011010 0 111 100001101 1010101 110011

Color Harmonies of #7D17EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D17EC

Black with #7D17EC

Text Example


Text Example

White with #7D17EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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