#6F219B

Color #6F219B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #6F219B

Tints of Vivid Violet #6F219B

Color information

#6F219B (or 0x6F219B) is unknown color: approx Vivid Violet. HEX triplet: 6F, 21 and 9B. RGB value is (111,33,155). Sum of RGB (Red+Green+Blue) = 111+33+155=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F219B is #90DE64. Grayscale: #454545. Windows color (decimal): -9494117 or 10166639. OLE color: 10166639.

HSL color Cylindrical-coordinate representation of color #6F219B: hue angle of 278.36º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F219B is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11133155-
CMYK0.280.7900.39
HSL278.36º64.89%36.86%-
HSV(B)278.36º78.71%60.78%-
XYZ13.026.8331.64-
YUV70.23175.84157.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.12%
GREEN value IS 33 (13.28% from 255) = 11.04%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=37.12%
G=11.04%
B=51.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111331550.280.7900.39278.3664.8936.86
Hex6F219B1C4F0271164125
Octal157412333411704742610145
Binary11011111000011001101111100100111101001111000101101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F219B; }

 p { color: rgb(111,33,155); }

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

<style>
 a { background-color: #6F219B; }

 a { background-color: rgb(111,33,155); }

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

<style>
 span { border-color: #6F219B; }

 span { border-color: rgb(111,33,155); }

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