Html Css Color HEX #6E036C Purple

📋 copy color: '#6E036C'

red 110 ◦ green 3 ◦ blue 108

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

Shades of Purple #6E036C

Tints of Purple #6E036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

 BLUE value IS 108 (42.58% from 255) = 48.87%

R = 49.77%
G = 1.36%
B = 48.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6E036C (or 0x6E036C) is known color: Purple. HEX triplet: 6E, 03 and 6C. RGB value is (110,3,108). Sum of RGB (Red+Green+Blue) = 110+3+108=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E036C is #91FC93. Grayscale: #2E2E2E. Windows color (decimal): -9567380 or 7078766. OLE color: 7078766.

HSL color Cylindrical-coordinate representation of color #6E036C: hue angle of 301.12º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E036C is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 3 108 -
CMYK 0 0.97 0.02 0.57
HSL 301.12º 0.95% 0.22% -
HSV(B) 301.12º 0.97% 0.43% -
XYZ 9.17 4.46 14.57 -
YUV 46.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 110 3 108 0 0.97 0.02 0.57 301.12 0.95 0.22
Hex 6E 3 6C 0 61 2 39 12D 5F 16
Octal 156 3 154 0 141 2 71 455 137 26
Binary 1101110 11 1101100 0 1100001 10 111001 100101101 1011111 10110

Color Harmonies of #6E036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E036C

Black with #6E036C

Text Example


Text Example

White with #6E036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,3,108); }

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

background-color css

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

 a { background-color: rgb(110,3,108); }

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

border-color css

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

 span { border-color: rgb(110,3,108); }

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