Html Css Color HEX #6D05D1 Dark Violet

📋 copy color: '#6D05D1'

red 109 ◦ green 5 ◦ blue 209

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

Shades of Dark Violet #6D05D1

Tints of Dark Violet #6D05D1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.55%

 BLUE value IS 209 (82.03% from 255) = 64.71%

R = 33.75%
G = 1.55%
B = 64.71%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6D05D1 (or 0x6D05D1) is known color: Dark Violet. HEX triplet: 6D, 05 and D1. RGB value is (109,5,209). Sum of RGB (Red+Green+Blue) = 109+5+209=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #6D05D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D05D1 is #92FA2E. Grayscale: #3A3A3A. Windows color (decimal): -9632303 or 13698413. OLE color: 13698413.

HSL color Cylindrical-coordinate representation of color #6D05D1: hue angle of 270.59º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D05D1 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 5 209 -
CMYK 0.48 0.98 0 0.18
HSL 270.59º 0.95% 0.42% -
HSV(B) 270.59º 0.98% 0.82% -
XYZ 17.87 7.96 60.92 -
YUV 59.35 212.46 163.41 -
System Red Green Blue C M Y K H S L
Decimal 109 5 209 0.48 0.98 0 0.18 270.59 0.95 0.42
Hex 6D 5 D1 30 62 0 12 10F 5F 2A
Octal 155 5 321 60 142 0 22 417 137 52
Binary 1101101 101 11010001 110000 1100010 0 10010 100001111 1011111 101010

Color Harmonies of #6D05D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D05D1

Black with #6D05D1

Text Example


Text Example

White with #6D05D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,5,209); }

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

background-color css

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

 a { background-color: rgb(109,5,209); }

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

border-color css

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

 span { border-color: rgb(109,5,209); }

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