Html Css Color HEX #6E0294 Purple

📋 copy color: '#6E0294'

red 110 ◦ green 2 ◦ blue 148

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

Shades of Purple #6E0294

Tints of Purple #6E0294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 42.31%
G = 0.77%
B = 56.92%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E0294 (or 0x6E0294) is known color: Purple. HEX triplet: 6E, 02 and 94. RGB value is (110,2,148). Sum of RGB (Red+Green+Blue) = 110+2+148=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E0294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0294 is #91FD6B. Grayscale: #323232. Windows color (decimal): -9567596 or 9699950. OLE color: 9699950.

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

Color convert

RGB 110 2 148 -
CMYK 0.26 0.99 0 0.42
HSL 284.38º 0.97% 0.29% -
HSV(B) 284.38º 0.99% 0.58% -
XYZ 11.8 5.5 28.46 -
YUV 50.94 182.78 170.13 -
System Red Green Blue C M Y K H S L
Decimal 110 2 148 0.26 0.99 0 0.42 284.38 0.97 0.29
Hex 6E 2 94 1A 63 0 2A 11C 61 1D
Octal 156 2 224 32 143 0 52 434 141 35
Binary 1101110 10 10010100 11010 1100011 0 101010 100011100 1100001 11101

Color Harmonies of #6E0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0294

Black with #6E0294

Text Example


Text Example

White with #6E0294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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