Html Css Color HEX #7D19DE Blue Violet

📋 copy color: '#7D19DE'

red 125 ◦ green 25 ◦ blue 222

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

Shades of Blue Violet #7D19DE

Tints of Blue Violet #7D19DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.68%

R = 33.6%
G = 6.72%
B = 59.68%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D19DE (or 0x7D19DE) is known color: Blue Violet. HEX triplet: 7D, 19 and DE. RGB value is (125,25,222). Sum of RGB (Red+Green+Blue) = 125+25+222=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D19DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D19DE is #82E621. Grayscale: #4C4C4C. Windows color (decimal): -8578594 or 14555517. OLE color: 14555517.

HSL color Cylindrical-coordinate representation of color #7D19DE: hue angle of 270.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D19DE is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 25 222 -
CMYK 0.44 0.89 0 0.13
HSL 270.46º 0.8% 0.48% -
HSV(B) 270.46º 0.89% 0.87% -
XYZ 21.99 10.33 69.94 -
YUV 77.36 209.63 161.98 -
System Red Green Blue C M Y K H S L
Decimal 125 25 222 0.44 0.89 0 0.13 270.46 0.8 0.48
Hex 7D 19 DE 2C 59 0 D 10E 50 30
Octal 175 31 336 54 131 0 15 416 120 60
Binary 1111101 11001 11011110 101100 1011001 0 1101 100001110 1010000 110000

Color Harmonies of #7D19DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D19DE

Black with #7D19DE

Text Example


Text Example

White with #7D19DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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