Html Css Color HEX #7E2BCD Blue Violet

📋 copy color: '#7E2BCD'

red 126 ◦ green 43 ◦ blue 205

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

Shades of Blue Violet #7E2BCD

Tints of Blue Violet #7E2BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.5%

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 33.69%
G = 11.5%
B = 54.81%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E2BCD (or 0x7E2BCD) is known color: Blue Violet. HEX triplet: 7E, 2B and CD. RGB value is (126,43,205). Sum of RGB (Red+Green+Blue) = 126+43+205=374 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.69% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E2BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2BCD is #81D432. Grayscale: #555555. Windows color (decimal): -8508467 or 13446014. OLE color: 13446014.

HSL color Cylindrical-coordinate representation of color #7E2BCD: hue angle of 270.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E2BCD is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 43 205 -
CMYK 0.39 0.79 0 0.20
HSL 270.74º 0.65% 0.49% -
HSV(B) 270.74º 0.79% 0.8% -
XYZ 20.49 10.57 58.72 -
YUV 86.29 195 156.33 -
System Red Green Blue C M Y K H S L
Decimal 126 43 205 0.39 0.79 0 0.20 270.74 0.65 0.49
Hex 7E 2B CD 27 4F 0 14 10F 41 31
Octal 176 53 315 47 117 0 24 417 101 61
Binary 1111110 101011 11001101 100111 1001111 0 10100 100001111 1000001 110001

Color Harmonies of #7E2BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2BCD

Black with #7E2BCD

Text Example


Text Example

White with #7E2BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,43,205); }

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

background-color css

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

 a { background-color: rgb(126,43,205); }

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

border-color css

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

 span { border-color: rgb(126,43,205); }

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