Html Css Color HEX #6D00B3 Dark Violet

📋 copy color: '#6D00B3'

red 109 ◦ green 0 ◦ blue 179

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

Shades of Dark Violet #6D00B3

Tints of Dark Violet #6D00B3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 179 (70.31% from 255) = 62.15%

R = 37.85%
G = 0%
B = 62.15%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6D00B3 (or 0x6D00B3) is known color: Dark Violet. HEX triplet: 6D, 00 and B3. RGB value is (109,0,179). Sum of RGB (Red+Green+Blue) = 109+0+179=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #6D00B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D00B3 is #92FF4C. Grayscale: #343434. Windows color (decimal): -9633613 or 11731053. OLE color: 11731053.

HSL color Cylindrical-coordinate representation of color #6D00B3: hue angle of 276.54º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D00B3 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 109 0 179 -
CMYK 0.39 1 0 0.30
HSL 276.54º 1% 0.35% -
HSV(B) 276.54º 1% 0.7% -
XYZ 14.44 6.51 43.14 -
YUV 53 199.11 167.95 -
System Red Green Blue C M Y K H S L
Decimal 109 0 179 0.39 1 0 0.30 276.54 1 0.35
Hex 6D 0 B3 27 64 0 1E 115 64 23
Octal 155 0 263 47 144 0 36 425 144 43
Binary 1101101 0 10110011 100111 1100100 0 11110 100010101 1100100 100011

Color Harmonies of #6D00B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D00B3

Black with #6D00B3

Text Example


Text Example

White with #6D00B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,0,179); }

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

background-color css

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

 a { background-color: rgb(109,0,179); }

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

border-color css

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

 span { border-color: rgb(109,0,179); }

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