Html Css Color HEX #6D03CD Dark Violet

📋 copy color: '#6D03CD'

red 109 ◦ green 3 ◦ blue 205

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

Shades of Dark Violet #6D03CD

Tints of Dark Violet #6D03CD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 34.38%
G = 0.95%
B = 64.67%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D03CD (or 0x6D03CD) is known color: Dark Violet. HEX triplet: 6D, 03 and CD. RGB value is (109,3,205). Sum of RGB (Red+Green+Blue) = 109+3+205=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D03CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D03CD is #92FC32. Grayscale: #393939. Windows color (decimal): -9632819 or 13435757. OLE color: 13435757.

HSL color Cylindrical-coordinate representation of color #6D03CD: hue angle of 271.49º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D03CD is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 3 205 -
CMYK 0.47 0.99 0 0.20
HSL 271.49º 0.97% 0.41% -
HSV(B) 271.49º 0.99% 0.8% -
XYZ 17.36 7.72 58.33 -
YUV 57.72 211.12 164.57 -
System Red Green Blue C M Y K H S L
Decimal 109 3 205 0.47 0.99 0 0.20 271.49 0.97 0.41
Hex 6D 3 CD 2F 63 0 14 10F 61 29
Octal 155 3 315 57 143 0 24 417 141 51
Binary 1101101 11 11001101 101111 1100011 0 10100 100001111 1100001 101001

Color Harmonies of #6D03CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D03CD

Black with #6D03CD

Text Example


Text Example

White with #6D03CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,3,205); }

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

background-color css

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

 a { background-color: rgb(109,3,205); }

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

border-color css

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

 span { border-color: rgb(109,3,205); }

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