Html Css Color HEX #7E2FCC Blue Violet

📋 copy color: '#7E2FCC'

red 126 ◦ green 47 ◦ blue 204

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

Shades of Blue Violet #7E2FCC

Tints of Blue Violet #7E2FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.47%

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

R = 33.42%
G = 12.47%
B = 54.11%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7E2FCC (or 0x7E2FCC) is known color: Blue Violet. HEX triplet: 7E, 2F and CC. RGB value is (126,47,204). Sum of RGB (Red+Green+Blue) = 126+47+204=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E2FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2FCC is #81D033. Grayscale: #575757. Windows color (decimal): -8507444 or 13381502. OLE color: 13381502.

HSL color Cylindrical-coordinate representation of color #7E2FCC: hue angle of 270.19º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E2FCC is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 47 204 -
CMYK 0.38 0.77 0 0.2
HSL 270.19º 0.63% 0.49% -
HSV(B) 270.19º 0.77% 0.8% -
XYZ 20.52 10.83 58.14 -
YUV 88.52 193.17 154.73 -
System Red Green Blue C M Y K H S L
Decimal 126 47 204 0.38 0.77 0 0.2 270.19 0.63 0.49
Hex 7E 2F CC 26 4D 0 14 10E 3F 31
Octal 176 57 314 46 115 0 24 416 77 61
Binary 1111110 101111 11001100 100110 1001101 0 10100 100001110 111111 110001

Color Harmonies of #7E2FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2FCC

Black with #7E2FCC

Text Example


Text Example

White with #7E2FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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