Html Css Color HEX #6D0673 Purple

📋 copy color: '#6D0673'

red 109 ◦ green 6 ◦ blue 115

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

Shades of Purple #6D0673

Tints of Purple #6D0673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

 BLUE value IS 115 (45.31% from 255) = 50%

R = 47.39%
G = 2.61%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D0673 (or 0x6D0673) is known color: Purple. HEX triplet: 6D, 06 and 73. RGB value is (109,6,115). Sum of RGB (Red+Green+Blue) = 109+6+115=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D0673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0673 is #92F98C. Grayscale: #303030. Windows color (decimal): -9632141 or 7538285. OLE color: 7538285.

HSL color Cylindrical-coordinate representation of color #6D0673: hue angle of 296.7º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0673 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 6 115 -
CMYK 0.05 0.95 0 0.55
HSL 296.7º 0.9% 0.24% -
HSV(B) 296.7º 0.95% 0.45% -
XYZ 9.47 4.62 16.61 -
YUV 49.22 165.12 170.64 -
System Red Green Blue C M Y K H S L
Decimal 109 6 115 0.05 0.95 0 0.55 296.7 0.9 0.24
Hex 6D 6 73 5 5F 0 37 129 5A 18
Octal 155 6 163 5 137 0 67 451 132 30
Binary 1101101 110 1110011 101 1011111 0 110111 100101001 1011010 11000

Color Harmonies of #6D0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0673

Black with #6D0673

Text Example


Text Example

White with #6D0673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,6,115); }

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

background-color css

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

 a { background-color: rgb(109,6,115); }

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

border-color css

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

 span { border-color: rgb(109,6,115); }

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