#6F3AE5

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

Shades of Blue Violet #6F3AE5

Tints of Blue Violet #6F3AE5

Color information

#6F3AE5 (or 0x6F3AE5) is unknown color: approx Blue Violet. HEX triplet: 6F, 3A and E5. RGB value is (111,58,229). Sum of RGB (Red+Green+Blue) = 111+58+229=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 229 (89.84% from 255 or 57.54% from 398); Max value from RGB is 229 - color contains mainly: blue. Hex color #6F3AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3AE5 is #90C51A. Grayscale: #5C5C5C. Windows color (decimal): -9487643 or 15022703. OLE color: 15022703.

HSL color Cylindrical-coordinate representation of color #6F3AE5: hue angle of 258.6º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F3AE5 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11158229-
CMYK0.520.7500.10
HSL258.6º76.68%56.27%-
HSV(B)258.6º74.67%89.8%-
XYZ22.2112.0675.29-
YUV93.34204.56140.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.89%
GREEN value IS 58 (23.05% from 255) = 14.57%
BLUE value IS 229 (89.84% from 255) = 57.54%
R=27.89%
G=14.57%
B=57.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal111582290.520.7500.10258.676.6856.27
Hex6F3AE5344B0A1034d38
Octal157723456411301240311570
Binary1101111111010111001011101001001011010101000000111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,58,229); }

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

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

 a { background-color: rgb(111,58,229); }

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

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

 span { border-color: rgb(111,58,229); }

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