Html Css Color HEX #6C0773 Purple

📋 copy color: '#6C0773'

red 108 ◦ green 7 ◦ blue 115

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

Shades of Purple #6C0773

Tints of Purple #6C0773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

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

R = 46.96%
G = 3.04%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C0773 (or 0x6C0773) is known color: Purple. HEX triplet: 6C, 07 and 73. RGB value is (108,7,115). Sum of RGB (Red+Green+Blue) = 108+7+115=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 7 (3.12% from 255 or 3.04% 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 #6C0773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0773 is #93F88C. Grayscale: #313131. Windows color (decimal): -9697421 or 7538540. OLE color: 7538540.

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

Color convert

RGB 108 7 115 -
CMYK 0.06 0.94 0 0.55
HSL 296.11º 0.89% 0.24% -
HSV(B) 296.11º 0.94% 0.45% -
XYZ 9.35 4.58 16.61 -
YUV 49.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 108 7 115 0.06 0.94 0 0.55 296.11 0.89 0.24
Hex 6C 7 73 6 5E 0 37 128 59 18
Octal 154 7 163 6 136 0 67 450 131 30
Binary 1101100 111 1110011 110 1011110 0 110111 100101000 1011001 11000

Color Harmonies of #6C0773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0773

Black with #6C0773

Text Example


Text Example

White with #6C0773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,7,115); }

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

background-color css

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

 a { background-color: rgb(108,7,115); }

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

border-color css

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

 span { border-color: rgb(108,7,115); }

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