Html Css Color HEX #7E00CE Dark Violet

📋 copy color: '#7E00CE'

red 126 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #7E00CE

Tints of Dark Violet #7E00CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 37.95%
G = 0%
B = 62.05%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E00CE (or 0x7E00CE) is known color: Dark Violet. HEX triplet: 7E, 00 and CE. RGB value is (126,0,206). Sum of RGB (Red+Green+Blue) = 126+0+206=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E00CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E00CE is #81FF31. Grayscale: #3C3C3C. Windows color (decimal): -8519474 or 13500542. OLE color: 13500542.

HSL color Cylindrical-coordinate representation of color #7E00CE: hue angle of 276.7º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E00CE is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 0 206 -
CMYK 0.39 1 0 0.19
HSL 276.7º 1% 0.4% -
HSV(B) 276.7º 1% 0.81% -
XYZ 19.74 8.89 59.07 -
YUV 61.16 209.74 174.25 -
System Red Green Blue C M Y K H S L
Decimal 126 0 206 0.39 1 0 0.19 276.7 1 0.4
Hex 7E 0 CE 27 64 0 13 115 64 28
Octal 176 0 316 47 144 0 23 425 144 50
Binary 1111110 0 11001110 100111 1100100 0 10011 100010101 1100100 101000

Color Harmonies of #7E00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E00CE

Black with #7E00CE

Text Example


Text Example

White with #7E00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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