#6C1F92

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

Shades of Vivid Violet #6C1F92

Tints of Vivid Violet #6C1F92

Color information

#6C1F92 (or 0x6C1F92) is unknown color: approx Vivid Violet. HEX triplet: 6C, 1F and 92. RGB value is (108,31,146). Sum of RGB (Red+Green+Blue) = 108+31+146=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C1F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1F92 is #93E06D. Grayscale: #424242. Windows color (decimal): -9691246 or 9576300. OLE color: 9576300.

HSL color Cylindrical-coordinate representation of color #6C1F92: hue angle of 280.17º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C1F92 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10831146-
CMYK0.260.7900.43
HSL280.17º64.97%34.71%-
HSV(B)280.17º78.77%57.25%-
XYZ11.866.2427.77-
YUV67.13172.51157.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=37.89%
G=10.88%
B=51.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108311460.260.7900.43280.1764.9734.71
Hex6C1F921A4F02B1184123
Octal154372223211705343010143
Binary1101100111111001001011010100111101010111000110001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,31,146); }

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

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

 a { background-color: rgb(108,31,146); }

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

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

 span { border-color: rgb(108,31,146); }

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