Html Css Color HEX #7E32CD Blue Violet

📋 copy color: '#7E32CD'

red 126 ◦ green 50 ◦ blue 205

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

Shades of Blue Violet #7E32CD

Tints of Blue Violet #7E32CD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.12%

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

R = 33.07%
G = 13.12%
B = 53.81%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E32CD (or 0x7E32CD) is known color: Blue Violet. HEX triplet: 7E, 32 and CD. RGB value is (126,50,205). Sum of RGB (Red+Green+Blue) = 126+50+205=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E32CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E32CD is #81CD32. Grayscale: #595959. Windows color (decimal): -8506675 or 13447806. OLE color: 13447806.

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

Color convert

RGB 126 50 205 -
CMYK 0.39 0.76 0 0.20
HSL 269.42º 0.61% 0.5% -
HSV(B) 269.42º 0.76% 0.8% -
XYZ 20.76 11.12 58.81 -
YUV 90.39 192.68 153.4 -
System Red Green Blue C M Y K H S L
Decimal 126 50 205 0.39 0.76 0 0.20 269.42 0.61 0.5
Hex 7E 32 CD 27 4C 0 14 10D 3D 32
Octal 176 62 315 47 114 0 24 415 75 62
Binary 1111110 110010 11001101 100111 1001100 0 10100 100001101 111101 110010

Color Harmonies of #7E32CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E32CD

Black with #7E32CD

Text Example


Text Example

White with #7E32CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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