Html Css Color HEX #7E05E5 Dark Violet

📋 copy color: '#7E05E5'

red 126 ◦ green 5 ◦ blue 229

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

Shades of Dark Violet #7E05E5

Tints of Dark Violet #7E05E5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

 BLUE value IS 229 (89.84% from 255) = 63.61%

R = 35%
G = 1.39%
B = 63.61%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7E05E5 (or 0x7E05E5) is known color: Dark Violet. HEX triplet: 7E, 05 and E5. RGB value is (126,5,229). Sum of RGB (Red+Green+Blue) = 126+5+229=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #7E05E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E05E5 is #81FA1A. Grayscale: #414141. Windows color (decimal): -8518171 or 15009150. OLE color: 15009150.

HSL color Cylindrical-coordinate representation of color #7E05E5: hue angle of 272.41º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E05E5 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 126 5 229 -
CMYK 0.45 0.98 0 0.10
HSL 272.41º 0.96% 0.46% -
HSV(B) 272.41º 0.98% 0.9% -
XYZ 22.8 10.2 74.9 -
YUV 66.72 219.59 170.29 -
System Red Green Blue C M Y K H S L
Decimal 126 5 229 0.45 0.98 0 0.10 272.41 0.96 0.46
Hex 7E 5 E5 2D 62 0 A 110 60 2E
Octal 176 5 345 55 142 0 12 420 140 56
Binary 1111110 101 11100101 101101 1100010 0 1010 100010000 1100000 101110

Color Harmonies of #7E05E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E05E5

Black with #7E05E5

Text Example


Text Example

White with #7E05E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,5,229); }

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

background-color css

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

 a { background-color: rgb(126,5,229); }

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

border-color css

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

 span { border-color: rgb(126,5,229); }

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