Html Css Color HEX #6E276A Palatinate Purple

📋 copy color: '#6E276A'

red 110 ◦ green 39 ◦ blue 106

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

Shades of Palatinate Purple #6E276A

Tints of Palatinate Purple #6E276A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

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

R = 43.14%
G = 15.29%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6E276A (or 0x6E276A) is known color: Palatinate Purple. HEX triplet: 6E, 27 and 6A. RGB value is (110,39,106). Sum of RGB (Red+Green+Blue) = 110+39+106=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E276A is #91D895. Grayscale: #434343. Windows color (decimal): -9558166 or 6956910. OLE color: 6956910.

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

Color convert

RGB 110 39 106 -
CMYK 0 0.65 0.04 0.57
HSL 303.38º 0.48% 0.29% -
HSV(B) 303.38º 0.65% 0.43% -
XYZ 9.76 5.81 14.24 -
YUV 67.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 110 39 106 0 0.65 0.04 0.57 303.38 0.48 0.29
Hex 6E 27 6A 0 41 4 39 12F 30 1D
Octal 156 47 152 0 101 4 71 457 60 35
Binary 1101110 100111 1101010 0 1000001 100 111001 100101111 110000 11101

Color Harmonies of #6E276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E276A

Black with #6E276A

Text Example


Text Example

White with #6E276A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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