Html Css Color HEX #6D02CD Dark Violet

📋 copy color: '#6D02CD'

red 109 ◦ green 2 ◦ blue 205

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

Shades of Dark Violet #6D02CD

Tints of Dark Violet #6D02CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 34.49%
G = 0.63%
B = 64.87%

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

#6D02CD (or 0x6D02CD) is known color: Dark Violet. HEX triplet: 6D, 02 and CD. RGB value is (109,2,205). Sum of RGB (Red+Green+Blue) = 109+2+205=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D02CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D02CD is #92FD32. Grayscale: #383838. Windows color (decimal): -9633075 or 13435501. OLE color: 13435501.

HSL color Cylindrical-coordinate representation of color #6D02CD: hue angle of 271.63º degrees, saturation: 0.98, 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 #6D02CD is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 2 205 -
CMYK 0.47 0.99 0 0.20
HSL 271.63º 0.98% 0.41% -
HSV(B) 271.63º 0.99% 0.8% -
XYZ 17.35 7.7 58.33 -
YUV 57.14 211.45 164.99 -
System Red Green Blue C M Y K H S L
Decimal 109 2 205 0.47 0.99 0 0.20 271.63 0.98 0.41
Hex 6D 2 CD 2F 63 0 14 110 62 29
Octal 155 2 315 57 143 0 24 420 142 51
Binary 1101101 10 11001101 101111 1100011 0 10100 100010000 1100010 101001

Color Harmonies of #6D02CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D02CD

Black with #6D02CD

Text Example


Text Example

White with #6D02CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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