Html Css Color HEX #6C01CD Dark Violet

📋 copy color: '#6C01CD'

red 108 ◦ green 1 ◦ blue 205

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

Shades of Dark Violet #6C01CD

Tints of Dark Violet #6C01CD

RGB

 RED value IS 108 (42.58% from 255) = 34.39%

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 34.39%
G = 0.32%
B = 65.29%

CMYK

 C value IS 0.47

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C01CD (or 0x6C01CD) is known color: Dark Violet. HEX triplet: 6C, 01 and CD. RGB value is (108,1,205). Sum of RGB (Red+Green+Blue) = 108+1+205=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C01CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C01CD is #93FE32. Grayscale: #373737. Windows color (decimal): -9698867 or 13435244. OLE color: 13435244.

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

Color convert

RGB 108 1 205 -
CMYK 0.47 1.00 0 0.20
HSL 271.47º 0.99% 0.4% -
HSV(B) 271.47º 1% 0.8% -
XYZ 17.21 7.62 58.32 -
YUV 56.25 211.95 164.91 -
System Red Green Blue C M Y K H S L
Decimal 108 1 205 0.47 1.00 0 0.20 271.47 0.99 0.4
Hex 6C 1 CD 2F 64 0 14 10F 63 28
Octal 154 1 315 57 144 0 24 417 143 50
Binary 1101100 1 11001101 101111 1100100 0 10100 100001111 1100011 101000

Color Harmonies of #6C01CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C01CD

Black with #6C01CD

Text Example


Text Example

White with #6C01CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,1,205); }

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

background-color css

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

 a { background-color: rgb(108,1,205); }

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

border-color css

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

 span { border-color: rgb(108,1,205); }

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