Html Css Color HEX #7E00DF Dark Violet

📋 copy color: '#7E00DF'

red 126 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #7E00DF

Tints of Dark Violet #7E00DF

RGB

 RED value IS 126 (49.61% from 255) = 36.1%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 63.9%

R = 36.1%
G = 0%
B = 63.9%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E00DF (or 0x7E00DF) is known color: Dark Violet. HEX triplet: 7E, 00 and DF. RGB value is (126,0,223). Sum of RGB (Red+Green+Blue) = 126+0+223=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E00DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E00DF is #81FF20. Grayscale: #3E3E3E. Windows color (decimal): -8519457 or 14614654. OLE color: 14614654.

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

Color convert

RGB 126 0 223 -
CMYK 0.43 1 0 0.13
HSL 273.9º 1% 0.44% -
HSV(B) 273.9º 1% 0.87% -
XYZ 21.92 9.76 70.54 -
YUV 63.1 218.24 172.87 -
System Red Green Blue C M Y K H S L
Decimal 126 0 223 0.43 1 0 0.13 273.9 1 0.44
Hex 7E 0 DF 2B 64 0 D 112 64 2C
Octal 176 0 337 53 144 0 15 422 144 54
Binary 1111110 0 11011111 101011 1100100 0 1101 100010010 1100100 101100

Color Harmonies of #7E00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E00DF

Black with #7E00DF

Text Example


Text Example

White with #7E00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,0,223); }

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

background-color css

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

 a { background-color: rgb(126,0,223); }

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

border-color css

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

 span { border-color: rgb(126,0,223); }

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