Html Css Color HEX #7D19EC Blue Violet

📋 copy color: '#7D19EC'

red 125 ◦ green 25 ◦ blue 236

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

Shades of Blue Violet #7D19EC

Tints of Blue Violet #7D19EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.48%

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

R = 32.38%
G = 6.48%
B = 61.14%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D19EC (or 0x7D19EC) is known color: Blue Violet. HEX triplet: 7D, 19 and EC. RGB value is (125,25,236). Sum of RGB (Red+Green+Blue) = 125+25+236=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D19EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D19EC is #82E613. Grayscale: #4E4E4E. Windows color (decimal): -8578580 or 15473021. OLE color: 15473021.

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

Color convert

RGB 125 25 236 -
CMYK 0.47 0.89 0 0.07
HSL 268.44º 0.85% 0.51% -
HSV(B) 268.44º 0.89% 0.93% -
XYZ 23.95 11.11 80.24 -
YUV 78.95 216.63 160.84 -
System Red Green Blue C M Y K H S L
Decimal 125 25 236 0.47 0.89 0 0.07 268.44 0.85 0.51
Hex 7D 19 EC 2F 59 0 7 10C 55 33
Octal 175 31 354 57 131 0 7 414 125 63
Binary 1111101 11001 11101100 101111 1011001 0 111 100001100 1010101 110011

Color Harmonies of #7D19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D19EC

Black with #7D19EC

Text Example


Text Example

White with #7D19EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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