#801CD7

Color #801CD7 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #801CD7

Tints of Blue Violet #801CD7

Color information

#801CD7 (or 0x801CD7) is unknown color: approx Blue Violet. HEX triplet: 80, 1C and D7. RGB value is (128,28,215). Sum of RGB (Red+Green+Blue) = 128+28+215=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #801CD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801CD7 is #7FE328. Grayscale: #4E4E4E. Windows color (decimal): -8381225 or 14097536. OLE color: 14097536.

HSL color Cylindrical-coordinate representation of color #801CD7: hue angle of 272.09º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801CD7 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12828215-
CMYK0.400.8700.16
HSL272.09º76.95%47.65%-
HSV(B)272.09º86.98%84.31%-
XYZ21.5810.3365.15-
YUV79.22204.63162.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.50%
GREEN value IS 28 (11.33% from 255) = 7.55%
BLUE value IS 215 (84.38% from 255) = 57.95%
R=34.50%
G=7.55%
B=57.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128282150.400.8700.16272.0976.9547.65
Hex801CD728570101104d30
Octal200343275012702042011560
Binary10000000111001101011110100010101110100001000100001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,28,215); }

 H1.HeaderClassName
 {
   color: #801CD7;
 }
 .AnyTagClassName
 {
   color: #801CD7;
 }
</style>
background-color css

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

 a { background-color: rgb(128,28,215); }

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

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

 span { border-color: rgb(128,28,215); }

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