Html Css Color HEX #6D00CF Dark Violet

📋 copy color: '#6D00CF'

red 109 ◦ green 0 ◦ blue 207

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

Shades of Dark Violet #6D00CF

Tints of Dark Violet #6D00CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.51%

R = 34.49%
G = 0%
B = 65.51%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D00CF (or 0x6D00CF) is known color: Dark Violet. HEX triplet: 6D, 00 and CF. RGB value is (109,0,207). Sum of RGB (Red+Green+Blue) = 109+0+207=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D00CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D00CF is #92FF30. Grayscale: #373737. Windows color (decimal): -9633585 or 13566061. OLE color: 13566061.

HSL color Cylindrical-coordinate representation of color #6D00CF: hue angle of 271.59º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D00CF is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 0 207 -
CMYK 0.47 1 0 0.19
HSL 271.59º 1% 0.41% -
HSV(B) 271.59º 1% 0.81% -
XYZ 17.57 7.76 59.6 -
YUV 56.19 213.11 165.67 -
System Red Green Blue C M Y K H S L
Decimal 109 0 207 0.47 1 0 0.19 271.59 1 0.41
Hex 6D 0 CF 2F 64 0 13 110 64 29
Octal 155 0 317 57 144 0 23 420 144 51
Binary 1101101 0 11001111 101111 1100100 0 10011 100010000 1100100 101001

Color Harmonies of #6D00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D00CF

Black with #6D00CF

Text Example


Text Example

White with #6D00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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