Html Css Color HEX #6E006C Purple

📋 copy color: '#6E006C'

red 110 ◦ green 0 ◦ blue 108

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

Shades of Purple #6E006C

Tints of Purple #6E006C

RGB

 RED value IS 110 (43.36% from 255) = 50.46%

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

 BLUE value IS 108 (42.58% from 255) = 49.54%

R = 50.46%
G = 0%
B = 49.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6E006C (or 0x6E006C) is known color: Purple. HEX triplet: 6E, 00 and 6C. RGB value is (110,0,108). Sum of RGB (Red+Green+Blue) = 110+0+108=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E006C is #91FF93. Grayscale: #2C2C2C. Windows color (decimal): -9568148 or 7077998. OLE color: 7077998.

HSL color Cylindrical-coordinate representation of color #6E006C: hue angle of 301.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E006C is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 0 108 -
CMYK 0 1 0.02 0.57
HSL 301.09º 1% 0.22% -
HSV(B) 301.09º 1% 0.43% -
XYZ 9.14 4.4 14.55 -
YUV 45.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 110 0 108 0 1 0.02 0.57 301.09 1 0.22
Hex 6E 0 6C 0 64 2 39 12D 64 16
Octal 156 0 154 0 144 2 71 455 144 26
Binary 1101110 0 1101100 0 1100100 10 111001 100101101 1100100 10110

Color Harmonies of #6E006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E006C

Black with #6E006C

Text Example


Text Example

White with #6E006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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