Html Css Color HEX #6E0068 Purple

📋 copy color: '#6E0068'

red 110 ◦ green 0 ◦ blue 104

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

Shades of Purple #6E0068

Tints of Purple #6E0068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 51.4%
G = 0%
B = 48.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6E0068 (or 0x6E0068) is known color: Purple. HEX triplet: 6E, 00 and 68. RGB value is (110,0,104). Sum of RGB (Red+Green+Blue) = 110+0+104=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0068 is #91FF97. Grayscale: #2C2C2C. Windows color (decimal): -9568152 or 6815854. OLE color: 6815854.

HSL color Cylindrical-coordinate representation of color #6E0068: hue angle of 303.27º 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 #6E0068 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 0 104 -
CMYK 0 1 0.05 0.57
HSL 303.27º 1% 0.22% -
HSV(B) 303.27º 1% 0.43% -
XYZ 8.93 4.31 13.46 -
YUV 44.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 110 0 104 0 1 0.05 0.57 303.27 1 0.22
Hex 6E 0 68 0 64 5 39 12F 64 16
Octal 156 0 150 0 144 5 71 457 144 26
Binary 1101110 0 1101000 0 1100100 101 111001 100101111 1100100 10110

Color Harmonies of #6E0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0068

Black with #6E0068

Text Example


Text Example

White with #6E0068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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