Html Css Color HEX #6D03CB Dark Violet

📋 copy color: '#6D03CB'

red 109 ◦ green 3 ◦ blue 203

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

Shades of Dark Violet #6D03CB

Tints of Dark Violet #6D03CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.44%

R = 34.6%
G = 0.95%
B = 64.44%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D03CB (or 0x6D03CB) is known color: Dark Violet. HEX triplet: 6D, 03 and CB. RGB value is (109,3,203). Sum of RGB (Red+Green+Blue) = 109+3+203=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D03CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D03CB is #92FC34. Grayscale: #383838. Windows color (decimal): -9632821 or 13304685. OLE color: 13304685.

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

Color convert

RGB 109 3 203 -
CMYK 0.46 0.99 0 0.20
HSL 271.8º 0.97% 0.4% -
HSV(B) 271.8º 0.99% 0.8% -
XYZ 17.12 7.63 57.07 -
YUV 57.49 210.12 164.74 -
System Red Green Blue C M Y K H S L
Decimal 109 3 203 0.46 0.99 0 0.20 271.8 0.97 0.4
Hex 6D 3 CB 2E 63 0 14 110 61 28
Octal 155 3 313 56 143 0 24 420 141 50
Binary 1101101 11 11001011 101110 1100011 0 10100 100010000 1100001 101000

Color Harmonies of #6D03CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D03CB

Black with #6D03CB

Text Example


Text Example

White with #6D03CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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