#6F258E

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

Shades of Vivid Violet #6F258E

Tints of Vivid Violet #6F258E

Color information

#6F258E (or 0x6F258E) is unknown color: approx Vivid Violet. HEX triplet: 6F, 25 and 8E. RGB value is (111,37,142). Sum of RGB (Red+Green+Blue) = 111+37+142=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F258E is #90DA71. Grayscale: #464646. Windows color (decimal): -9493106 or 9315695. OLE color: 9315695.

HSL color Cylindrical-coordinate representation of color #6F258E: hue angle of 282.29º 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 #6F258E is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11137142-
CMYK0.220.7400.44
HSL282.29º58.66%35.1%-
HSV(B)282.29º73.94%55.69%-
XYZ12.16.6626.24-
YUV71.1168.02156.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.28%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=38.28%
G=12.76%
B=48.97%

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
Decimal111371420.220.7400.44282.2958.6635.1
Hex6F258E164A02C11a3b23
Octal15745216261120544327343
Binary1101111100101100011101011010010100101100100011010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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