Html Css Color HEX #7E39CE Blue Violet

📋 copy color: '#7E39CE'

red 126 ◦ green 57 ◦ blue 206

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

Shades of Blue Violet #7E39CE

Tints of Blue Violet #7E39CE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.65%

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

R = 32.39%
G = 14.65%
B = 52.96%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E39CE (or 0x7E39CE) is known color: Blue Violet. HEX triplet: 7E, 39 and CE. RGB value is (126,57,206). Sum of RGB (Red+Green+Blue) = 126+57+206=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E39CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E39CE is #81C631. Grayscale: #5E5E5E. Windows color (decimal): -8504882 or 13515134. OLE color: 13515134.

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

Color convert

RGB 126 57 206 -
CMYK 0.39 0.72 0 0.19
HSL 267.79º 0.6% 0.52% -
HSV(B) 267.79º 0.72% 0.81% -
XYZ 21.21 11.82 59.56 -
YUV 94.62 190.86 150.38 -
System Red Green Blue C M Y K H S L
Decimal 126 57 206 0.39 0.72 0 0.19 267.79 0.6 0.52
Hex 7E 39 CE 27 48 0 13 10C 3C 34
Octal 176 71 316 47 110 0 23 414 74 64
Binary 1111110 111001 11001110 100111 1001000 0 10011 100001100 111100 110100

Color Harmonies of #7E39CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E39CE

Black with #7E39CE

Text Example


Text Example

White with #7E39CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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