Html Css Color HEX #7E05BE Dark Violet

📋 copy color: '#7E05BE'

red 126 ◦ green 5 ◦ blue 190

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

Shades of Dark Violet #7E05BE

Tints of Dark Violet #7E05BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 39.25%
G = 1.56%
B = 59.19%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E05BE (or 0x7E05BE) is known color: Dark Violet. HEX triplet: 7E, 05 and BE. RGB value is (126,5,190). Sum of RGB (Red+Green+Blue) = 126+5+190=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E05BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E05BE is #81FA41. Grayscale: #3D3D3D. Windows color (decimal): -8518210 or 12453246. OLE color: 12453246.

HSL color Cylindrical-coordinate representation of color #7E05BE: hue angle of 279.24º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E05BE is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 5 190 -
CMYK 0.34 0.97 0 0.25
HSL 279.24º 0.95% 0.38% -
HSV(B) 279.24º 0.97% 0.75% -
XYZ 17.95 8.26 49.36 -
YUV 62.27 200.09 173.46 -
System Red Green Blue C M Y K H S L
Decimal 126 5 190 0.34 0.97 0 0.25 279.24 0.95 0.38
Hex 7E 5 BE 22 61 0 19 117 5F 26
Octal 176 5 276 42 141 0 31 427 137 46
Binary 1111110 101 10111110 100010 1100001 0 11001 100010111 1011111 100110

Color Harmonies of #7E05BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E05BE

Black with #7E05BE

Text Example


Text Example

White with #7E05BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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