Html Css Color HEX #7E30CD Blue Violet

📋 copy color: '#7E30CD'

red 126 ◦ green 48 ◦ blue 205

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

Shades of Blue Violet #7E30CD

Tints of Blue Violet #7E30CD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.66%

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

R = 33.25%
G = 12.66%
B = 54.09%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E30CD (or 0x7E30CD) is known color: Blue Violet. HEX triplet: 7E, 30 and CD. RGB value is (126,48,205). Sum of RGB (Red+Green+Blue) = 126+48+205=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E30CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E30CD is #81CF32. Grayscale: #585858. Windows color (decimal): -8507187 or 13447294. OLE color: 13447294.

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

Color convert

RGB 126 48 205 -
CMYK 0.39 0.77 0 0.20
HSL 269.81º 0.62% 0.5% -
HSV(B) 269.81º 0.77% 0.8% -
XYZ 20.68 10.96 58.78 -
YUV 89.22 193.34 154.23 -
System Red Green Blue C M Y K H S L
Decimal 126 48 205 0.39 0.77 0 0.20 269.81 0.62 0.5
Hex 7E 30 CD 27 4D 0 14 10E 3E 32
Octal 176 60 315 47 115 0 24 416 76 62
Binary 1111110 110000 11001101 100111 1001101 0 10100 100001110 111110 110010

Color Harmonies of #7E30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E30CD

Black with #7E30CD

Text Example


Text Example

White with #7E30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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