Html Css Color HEX #7E04CF Dark Violet

📋 copy color: '#7E04CF'

red 126 ◦ green 4 ◦ blue 207

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

Shades of Dark Violet #7E04CF

Tints of Dark Violet #7E04CF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 207 (81.25% from 255) = 61.42%

R = 37.39%
G = 1.19%
B = 61.42%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E04CF (or 0x7E04CF) is known color: Dark Violet. HEX triplet: 7E, 04 and CF. RGB value is (126,4,207). Sum of RGB (Red+Green+Blue) = 126+4+207=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E04CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E04CF is #81FB30. Grayscale: #3E3E3E. Windows color (decimal): -8518449 or 13567102. OLE color: 13567102.

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

Color convert

RGB 126 4 207 -
CMYK 0.39 0.98 0 0.19
HSL 276.06º 0.96% 0.41% -
HSV(B) 276.06º 0.98% 0.81% -
XYZ 19.91 9.03 59.72 -
YUV 63.62 208.92 172.49 -
System Red Green Blue C M Y K H S L
Decimal 126 4 207 0.39 0.98 0 0.19 276.06 0.96 0.41
Hex 7E 4 CF 27 62 0 13 114 60 29
Octal 176 4 317 47 142 0 23 424 140 51
Binary 1111110 100 11001111 100111 1100010 0 10011 100010100 1100000 101001

Color Harmonies of #7E04CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E04CF

Black with #7E04CF

Text Example


Text Example

White with #7E04CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,4,207); }

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

background-color css

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

 a { background-color: rgb(126,4,207); }

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

border-color css

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

 span { border-color: rgb(126,4,207); }

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