Html Css Color HEX #6E0094 Purple

📋 copy color: '#6E0094'

red 110 ◦ green 0 ◦ blue 148

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

Shades of Purple #6E0094

Tints of Purple #6E0094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.36%

R = 42.64%
G = 0%
B = 57.36%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E0094 (or 0x6E0094) is known color: Purple. HEX triplet: 6E, 00 and 94. RGB value is (110,0,148). Sum of RGB (Red+Green+Blue) = 110+0+148=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E0094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0094 is #91FF6B. Grayscale: #313131. Windows color (decimal): -9568108 or 9699438. OLE color: 9699438.

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

Color convert

RGB 110 0 148 -
CMYK 0.26 1 0 0.42
HSL 284.59º 1% 0.29% -
HSV(B) 284.59º 1% 0.58% -
XYZ 11.78 5.45 28.45 -
YUV 49.76 183.44 170.97 -
System Red Green Blue C M Y K H S L
Decimal 110 0 148 0.26 1 0 0.42 284.59 1 0.29
Hex 6E 0 94 1A 64 0 2A 11D 64 1D
Octal 156 0 224 32 144 0 52 435 144 35
Binary 1101110 0 10010100 11010 1100100 0 101010 100011101 1100100 11101

Color Harmonies of #6E0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0094

Black with #6E0094

Text Example


Text Example

White with #6E0094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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