Html Css Color HEX #6E2C6A Palatinate Purple

📋 copy color: '#6E2C6A'

red 110 ◦ green 44 ◦ blue 106

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

Shades of Palatinate Purple #6E2C6A

Tints of Palatinate Purple #6E2C6A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.92%

 BLUE value IS 106 (41.8% from 255) = 40.77%

R = 42.31%
G = 16.92%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6E2C6A (or 0x6E2C6A) is known color: Palatinate Purple. HEX triplet: 6E, 2C and 6A. RGB value is (110,44,106). Sum of RGB (Red+Green+Blue) = 110+44+106=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2C6A is #91D395. Grayscale: #464646. Windows color (decimal): -9556886 or 6958190. OLE color: 6958190.

HSL color Cylindrical-coordinate representation of color #6E2C6A: hue angle of 303.64º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E2C6A is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 44 106 -
CMYK 0 0.6 0.04 0.57
HSL 303.64º 0.43% 0.3% -
HSV(B) 303.64º 0.6% 0.43% -
XYZ 9.93 6.16 14.3 -
YUV 70.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 110 44 106 0 0.6 0.04 0.57 303.64 0.43 0.3
Hex 6E 2C 6A 0 3C 4 39 130 2B 1E
Octal 156 54 152 0 74 4 71 460 53 36
Binary 1101110 101100 1101010 0 111100 100 111001 100110000 101011 11110

Color Harmonies of #6E2C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2C6A

Black with #6E2C6A

Text Example


Text Example

White with #6E2C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,44,106); }

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

background-color css

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

 a { background-color: rgb(110,44,106); }

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

border-color css

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

 span { border-color: rgb(110,44,106); }

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