Html Css Color HEX #7D19EB Blue Violet

📋 copy color: '#7D19EB'

red 125 ◦ green 25 ◦ blue 235

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

Shades of Blue Violet #7D19EB

Tints of Blue Violet #7D19EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.04%

R = 32.47%
G = 6.49%
B = 61.04%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D19EB (or 0x7D19EB) is known color: Blue Violet. HEX triplet: 7D, 19 and EB. RGB value is (125,25,235). Sum of RGB (Red+Green+Blue) = 125+25+235=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D19EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D19EB is #82E614. Grayscale: #4E4E4E. Windows color (decimal): -8578581 or 15407485. OLE color: 15407485.

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

Color convert

RGB 125 25 235 -
CMYK 0.47 0.89 0 0.08
HSL 268.57º 0.84% 0.51% -
HSV(B) 268.57º 0.89% 0.92% -
XYZ 23.8 11.05 79.48 -
YUV 78.84 216.13 160.92 -
System Red Green Blue C M Y K H S L
Decimal 125 25 235 0.47 0.89 0 0.08 268.57 0.84 0.51
Hex 7D 19 EB 2F 59 0 8 10D 54 33
Octal 175 31 353 57 131 0 10 415 124 63
Binary 1111101 11001 11101011 101111 1011001 0 1000 100001101 1010100 110011

Color Harmonies of #7D19EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D19EB

Black with #7D19EB

Text Example


Text Example

White with #7D19EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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