#7F3FDC

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

Shades of Blue Violet #7F3FDC

Tints of Blue Violet #7F3FDC

Color information

#7F3FDC (or 0x7F3FDC) is unknown color: approx Blue Violet. HEX triplet: 7F, 3F and DC. RGB value is (127,63,220). Sum of RGB (Red+Green+Blue) = 127+63+220=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F3FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3FDC is #80C023. Grayscale: #636363. Windows color (decimal): -8437796 or 14434175. OLE color: 14434175.

HSL color Cylindrical-coordinate representation of color #7F3FDC: hue angle of 264.46º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F3FDC is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12763220-
CMYK0.420.7100.14
HSL264.46º69.16%55.49%-
HSV(B)264.46º71.36%86.27%-
XYZ23.4513.2369.03-
YUV100.03195.7147.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.98%
GREEN value IS 63 (25% from 255) = 15.37%
BLUE value IS 220 (86.33% from 255) = 53.66%
R=30.98%
G=15.37%
B=53.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal127632200.420.7100.14264.4669.1655.49
Hex7F3FDC2A470E1084537
Octal177773345210701641010567
Binary1111111111111110111001010101000111011101000010001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,63,220); }

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

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

 a { background-color: rgb(127,63,220); }

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

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

 span { border-color: rgb(127,63,220); }

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