Html Css Color HEX #6C0061 Purple

📋 copy color: '#6C0061'

red 108 ◦ green 0 ◦ blue 97

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

Shades of Purple #6C0061

Tints of Purple #6C0061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 47.32%

R = 52.68%
G = 0%
B = 47.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6C0061 (or 0x6C0061) is known color: Purple. HEX triplet: 6C, 00 and 61. RGB value is (108,0,97). Sum of RGB (Red+Green+Blue) = 108+0+97=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0061 is #93FF9E. Grayscale: #2B2B2B. Windows color (decimal): -9699231 or 6357100. OLE color: 6357100.

HSL color Cylindrical-coordinate representation of color #6C0061: hue angle of 306.11º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C0061 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 0 97 -
CMYK 0 1 0.10 0.58
HSL 306.11º 1% 0.21% -
HSV(B) 306.11º 1% 0.42% -
XYZ 8.34 4.05 11.65 -
YUV 43.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 108 0 97 0 1 0.10 0.58 306.11 1 0.21
Hex 6C 0 61 0 64 A 3A 132 64 15
Octal 154 0 141 0 144 12 72 462 144 25
Binary 1101100 0 1100001 0 1100100 1010 111010 100110010 1100100 10101

Color Harmonies of #6C0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0061

Black with #6C0061

Text Example


Text Example

White with #6C0061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,0,97); }

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

background-color css

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

 a { background-color: rgb(108,0,97); }

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

border-color css

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

 span { border-color: rgb(108,0,97); }

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