#6D1CE5

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

Shades of Blue Violet #6D1CE5

Tints of Blue Violet #6D1CE5

Color information

#6D1CE5 (or 0x6D1CE5) is unknown color: approx Blue Violet. HEX triplet: 6D, 1C and E5. RGB value is (109,28,229). Sum of RGB (Red+Green+Blue) = 109+28+229=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 229 (89.84% from 255 or 62.57% from 366); Max value from RGB is 229 - color contains mainly: blue. Hex color #6D1CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1CE5 is #92E31A. Grayscale: #4A4A4A. Windows color (decimal): -9626395 or 15015021. OLE color: 15015021.

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

Color convert

RGB10928229-
CMYK0.520.8800.10
HSL264.18º79.45%50.39%-
HSV(B)264.18º87.77%89.8%-
XYZ20.869.7474.91-
YUV75.13214.84152.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.78%
GREEN value IS 28 (11.33% from 255) = 7.65%
BLUE value IS 229 (89.84% from 255) = 62.57%
R=29.78%
G=7.65%
B=62.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal109282290.520.8800.10264.1879.4550.39
Hex6D1CE534580A1084f32
Octal155343456413001241011762
Binary110110111100111001011101001011000010101000010001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,28,229); }

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

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

 a { background-color: rgb(109,28,229); }

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

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

 span { border-color: rgb(109,28,229); }

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