#6F219A

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

Shades of Vivid Violet #6F219A

Tints of Vivid Violet #6F219A

Color information

#6F219A (or 0x6F219A) is unknown color: approx Vivid Violet. HEX triplet: 6F, 21 and 9A. RGB value is (111,33,154). Sum of RGB (Red+Green+Blue) = 111+33+154=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F219A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F219A is #90DE65. Grayscale: #454545. Windows color (decimal): -9494118 or 10101103. OLE color: 10101103.

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

Color convert

RGB11133154-
CMYK0.280.7900.40
HSL278.68º64.71%36.67%-
HSV(B)278.68º78.57%60.39%-
XYZ12.936.831.2-
YUV70.12175.34157.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.25%
GREEN value IS 33 (13.28% from 255) = 11.07%
BLUE value IS 154 (60.55% from 255) = 51.68%
R=37.25%
G=11.07%
B=51.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111331540.280.7900.40278.6864.7136.67
Hex6F219A1C4F0281174125
Octal157412323411705042710145
Binary11011111000011001101011100100111101010001000101111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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