Html Css Color HEX #7E3DCC Blue Violet

📋 copy color: '#7E3DCC'

red 126 ◦ green 61 ◦ blue 204

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

Shades of Blue Violet #7E3DCC

Tints of Blue Violet #7E3DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.6%

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 32.23%
G = 15.6%
B = 52.17%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7E3DCC (or 0x7E3DCC) is known color: Blue Violet. HEX triplet: 7E, 3D and CC. RGB value is (126,61,204). Sum of RGB (Red+Green+Blue) = 126+61+204=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E3DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3DCC is #81C233. Grayscale: #606060. Windows color (decimal): -8503860 or 13385086. OLE color: 13385086.

HSL color Cylindrical-coordinate representation of color #7E3DCC: hue angle of 267.27º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E3DCC is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 61 204 -
CMYK 0.38 0.70 0 0.2
HSL 267.27º 0.58% 0.52% -
HSV(B) 267.27º 0.7% 0.8% -
XYZ 21.17 12.13 58.35 -
YUV 96.74 188.53 148.87 -
System Red Green Blue C M Y K H S L
Decimal 126 61 204 0.38 0.70 0 0.2 267.27 0.58 0.52
Hex 7E 3D CC 26 46 0 14 10B 3A 34
Octal 176 75 314 46 106 0 24 413 72 64
Binary 1111110 111101 11001100 100110 1000110 0 10100 100001011 111010 110100

Color Harmonies of #7E3DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3DCC

Black with #7E3DCC

Text Example


Text Example

White with #7E3DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,61,204); }

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

background-color css

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

 a { background-color: rgb(126,61,204); }

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

border-color css

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

 span { border-color: rgb(126,61,204); }

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