#6f38e1

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

Shades of Blue Violet #6F38E1

Tints of Blue Violet #6F38E1

Color information

#6F38E1 (or 0x6F38E1) is unknown color: approx Blue Violet. HEX triplet: 6F, 38 and E1. RGB value is (111,56,225). Sum of RGB (Red+Green+Blue) = 111+56+225=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #6F38E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F38E1 is #90C71E. Grayscale: #5B5B5B. Windows color (decimal): -9488159 or 14760047. OLE color: 14760047.

HSL color Cylindrical-coordinate representation of color #6F38E1: hue angle of 259.53º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F38E1 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11156225-
CMYK0.510.7500.12
HSL259.53º73.8%55.1%-
HSV(B)259.53º75.11%88.24%-
XYZ21.5611.6472.35-
YUV91.71203.22141.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.32%
GREEN value IS 56 (22.27% from 255) = 14.29%
BLUE value IS 225 (88.28% from 255) = 57.40%
R=28.32%
G=14.29%
B=57.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal111562250.510.7500.12259.5373.855.1
Hex6F38E1334B0C1044a37
Octal157703416311301440411267
Binary1101111111000111000011100111001011011001000001001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f38e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,56,225); }

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

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

 a { background-color: rgb(111,56,225); }

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

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

 span { border-color: rgb(111,56,225); }

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