Html Css Color HEX #6E0698 Purple

📋 copy color: '#6E0698'

red 110 ◦ green 6 ◦ blue 152

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

Shades of Purple #6E0698

Tints of Purple #6E0698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.24%

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

R = 41.04%
G = 2.24%
B = 56.72%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E0698 (or 0x6E0698) is known color: Purple. HEX triplet: 6E, 06 and 98. RGB value is (110,6,152). Sum of RGB (Red+Green+Blue) = 110+6+152=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E0698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0698 is #91F967. Grayscale: #353535. Windows color (decimal): -9566568 or 9963118. OLE color: 9963118.

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

Color convert

RGB 110 6 152 -
CMYK 0.28 0.96 0 0.40
HSL 282.74º 0.92% 0.31% -
HSV(B) 282.74º 0.96% 0.6% -
XYZ 12.16 5.71 30.17 -
YUV 53.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 110 6 152 0.28 0.96 0 0.40 282.74 0.92 0.31
Hex 6E 6 98 1C 60 0 28 11B 5C 1F
Octal 156 6 230 34 140 0 50 433 134 37
Binary 1101110 110 10011000 11100 1100000 0 101000 100011011 1011100 11111

Color Harmonies of #6E0698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0698

Black with #6E0698

Text Example


Text Example

White with #6E0698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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