Html Css Color HEX #6E0298 Purple

📋 copy color: '#6E0298'

red 110 ◦ green 2 ◦ blue 152

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

Shades of Purple #6E0298

Tints of Purple #6E0298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.58%

R = 41.67%
G = 0.76%
B = 57.58%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E0298 (or 0x6E0298) is known color: Purple. HEX triplet: 6E, 02 and 98. RGB value is (110,2,152). Sum of RGB (Red+Green+Blue) = 110+2+152=264 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.67% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E0298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0298 is #91FD67. Grayscale: #323232. Windows color (decimal): -9567592 or 9962094. OLE color: 9962094.

HSL color Cylindrical-coordinate representation of color #6E0298: hue angle of 283.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0298 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 110 2 152 -
CMYK 0.28 0.99 0 0.40
HSL 283.2º 0.97% 0.3% -
HSV(B) 283.2º 0.99% 0.6% -
XYZ 12.12 5.63 30.15 -
YUV 51.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 110 2 152 0.28 0.99 0 0.40 283.2 0.97 0.3
Hex 6E 2 98 1C 63 0 28 11B 61 1E
Octal 156 2 230 34 143 0 50 433 141 36
Binary 1101110 10 10011000 11100 1100011 0 101000 100011011 1100001 11110

Color Harmonies of #6E0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0298

Black with #6E0298

Text Example


Text Example

White with #6E0298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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