Html Css Color HEX #6D1DE7 Blue Violet

📋 copy color: '#6D1DE7'

red 109 ◦ green 29 ◦ blue 231

#6D1DE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #6D1DE7

Tints of Blue Violet #6D1DE7

RGB

 RED value IS 109 (42.97% from 255) = 29.54%

 GREEN value IS 29 (11.72% from 255) = 7.86%

 BLUE value IS 231 (90.63% from 255) = 62.6%

R = 29.54%
G = 7.86%
B = 62.6%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6D1DE7 (or 0x6D1DE7) is known color: Blue Violet. HEX triplet: 6D, 1D and E7. RGB value is (109,29,231). Sum of RGB (Red+Green+Blue) = 109+29+231=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 231 (90.62% from 255 or 62.60% from 369); Max value from RGB is 231 - color contains mainly: blue. Hex color #6D1DE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1DE7 is #92E218. Grayscale: #4B4B4B. Windows color (decimal): -9626137 or 15146349. OLE color: 15146349.

HSL color Cylindrical-coordinate representation of color #6D1DE7: hue angle of 263.76º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D1DE7 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 109 29 231 -
CMYK 0.53 0.87 0 0.09
HSL 263.76º 0.81% 0.51% -
HSV(B) 263.76º 0.87% 0.91% -
XYZ 21.17 9.9 76.4 -
YUV 75.95 215.5 151.57 -
System Red Green Blue C M Y K H S L
Decimal 109 29 231 0.53 0.87 0 0.09 263.76 0.81 0.51
Hex 6D 1D E7 35 57 0 9 108 51 33
Octal 155 35 347 65 127 0 11 410 121 63
Binary 1101101 11101 11100111 110101 1010111 0 1001 100001000 1010001 110011

Color Harmonies of #6D1DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1DE7

Black with #6D1DE7

Text Example


Text Example

White with #6D1DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,29,231); }

 H1.HeaderClassName
 {
   color: #6D1DE7;
 }
 .AnyTagClassName
 {
   color: #6D1DE7;
 }
</style>

background-color css

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

 a { background-color: rgb(109,29,231); }

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

border-color css

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

 span { border-color: rgb(109,29,231); }

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