Html Css Color HEX #7E0DDE Dark Violet

📋 copy color: '#7E0DDE'

red 126 ◦ green 13 ◦ blue 222

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

Shades of Dark Violet #7E0DDE

Tints of Dark Violet #7E0DDE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.6%

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

R = 34.9%
G = 3.6%
B = 61.5%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E0DDE (or 0x7E0DDE) is known color: Dark Violet. HEX triplet: 7E, 0D and DE. RGB value is (126,13,222). Sum of RGB (Red+Green+Blue) = 126+13+222=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #7E0DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0DDE is #81F221. Grayscale: #454545. Windows color (decimal): -8516130 or 14552446. OLE color: 14552446.

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

Color convert

RGB 126 13 222 -
CMYK 0.43 0.94 0 0.13
HSL 272.44º 0.89% 0.46% -
HSV(B) 272.44º 0.94% 0.87% -
XYZ 21.93 10 69.88 -
YUV 70.61 213.44 167.51 -
System Red Green Blue C M Y K H S L
Decimal 126 13 222 0.43 0.94 0 0.13 272.44 0.89 0.46
Hex 7E D DE 2B 5E 0 D 110 59 2E
Octal 176 15 336 53 136 0 15 420 131 56
Binary 1111110 1101 11011110 101011 1011110 0 1101 100010000 1011001 101110

Color Harmonies of #7E0DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0DDE

Black with #7E0DDE

Text Example


Text Example

White with #7E0DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,13,222); }

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

background-color css

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

 a { background-color: rgb(126,13,222); }

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

border-color css

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

 span { border-color: rgb(126,13,222); }

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