Html Css Color HEX #801EC7 Blue Violet

📋 copy color: '#801EC7'

red 128 ◦ green 30 ◦ blue 199

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

Shades of Blue Violet #801EC7

Tints of Blue Violet #801EC7

RGB

 RED value IS 128 (50.39% from 255) = 35.85%

 GREEN value IS 30 (12.11% from 255) = 8.4%

 BLUE value IS 199 (78.13% from 255) = 55.74%

R = 35.85%
G = 8.4%
B = 55.74%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#801EC7 (or 0x801EC7) is known color: Blue Violet. HEX triplet: 80, 1E and C7. RGB value is (128,30,199). Sum of RGB (Red+Green+Blue) = 128+30+199=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 199 (78.12% from 255 or 55.74% from 357); Max value from RGB is 199 - color contains mainly: blue. Hex color #801EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801EC7 is #7FE138. Grayscale: #4D4D4D. Windows color (decimal): -8380729 or 13049472. OLE color: 13049472.

HSL color Cylindrical-coordinate representation of color #801EC7: hue angle of 274.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801EC7 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 30 199 -
CMYK 0.36 0.85 0 0.22
HSL 274.79º 0.74% 0.45% -
HSV(B) 274.79º 0.85% 0.78% -
XYZ 19.68 9.64 54.86 -
YUV 78.57 195.97 163.26 -
System Red Green Blue C M Y K H S L
Decimal 128 30 199 0.36 0.85 0 0.22 274.79 0.74 0.45
Hex 80 1E C7 24 55 0 16 113 4A 2D
Octal 200 36 307 44 125 0 26 423 112 55
Binary 10000000 11110 11000111 100100 1010101 0 10110 100010011 1001010 101101

Color Harmonies of #801EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801EC7

Black with #801EC7

Text Example


Text Example

White with #801EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801EC7; }

 p { color: rgb(128,30,199); }

 H1.HeaderClassName
 {
   color: #801EC7;
 }
 .AnyTagClassName
 {
   color: #801EC7;
 }
</style>

background-color css

<style>
 a { background-color: #801EC7; }

 a { background-color: rgb(128,30,199); }

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

border-color css

<style>
 span { border-color: #801EC7; }

 span { border-color: rgb(128,30,199); }

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