Html Css Color HEX #7E32CA Blue Violet

📋 copy color: '#7E32CA'

red 126 ◦ green 50 ◦ blue 202

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

Shades of Blue Violet #7E32CA

Tints of Blue Violet #7E32CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.44%

R = 33.33%
G = 13.23%
B = 53.44%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7E32CA (or 0x7E32CA) is known color: Blue Violet. HEX triplet: 7E, 32 and CA. RGB value is (126,50,202). Sum of RGB (Red+Green+Blue) = 126+50+202=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E32CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E32CA is #81CD35. Grayscale: #595959. Windows color (decimal): -8506678 or 13251198. OLE color: 13251198.

HSL color Cylindrical-coordinate representation of color #7E32CA: hue angle of 270º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E32CA is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 126 50 202 -
CMYK 0.38 0.75 0 0.21
HSL 270º 0.6% 0.49% -
HSV(B) 270º 0.75% 0.79% -
XYZ 20.41 10.98 56.92 -
YUV 90.05 191.18 153.64 -
System Red Green Blue C M Y K H S L
Decimal 126 50 202 0.38 0.75 0 0.21 270 0.6 0.49
Hex 7E 32 CA 26 4B 0 15 10E 3C 31
Octal 176 62 312 46 113 0 25 416 74 61
Binary 1111110 110010 11001010 100110 1001011 0 10101 100001110 111100 110001

Color Harmonies of #7E32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E32CA

Black with #7E32CA

Text Example


Text Example

White with #7E32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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