#6f258f

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

Shades of Vivid Violet #6F258F

Tints of Vivid Violet #6F258F

Color information

#6F258F (or 0x6F258F) is unknown color: approx Vivid Violet. HEX triplet: 6F, 25 and 8F. RGB value is (111,37,143). Sum of RGB (Red+Green+Blue) = 111+37+143=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F258F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F258F is #90DA70. Grayscale: #464646. Windows color (decimal): -9493105 or 9381231. OLE color: 9381231.

HSL color Cylindrical-coordinate representation of color #6F258F: hue angle of 281.89º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F258F is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11137143-
CMYK0.220.7400.44
HSL281.89º58.89%35.29%-
HSV(B)281.89º74.13%56.08%-
XYZ12.186.6926.64-
YUV71.21168.52156.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.14%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 143 (56.25% from 255) = 49.14%
R=38.14%
G=12.71%
B=49.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111371430.220.7400.44281.8958.8935.29
Hex6F258F164A02C11a3b23
Octal15745217261120544327343
Binary1101111100101100011111011010010100101100100011010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f258f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,37,143); }

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

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

 a { background-color: rgb(111,37,143); }

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

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

 span { border-color: rgb(111,37,143); }

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