Html Css Color HEX #6E275C Palatinate Purple

📋 copy color: '#6E275C'

red 110 ◦ green 39 ◦ blue 92

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

Shades of Palatinate Purple #6E275C

Tints of Palatinate Purple #6E275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.17%

R = 45.64%
G = 16.18%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E275C (or 0x6E275C) is known color: Palatinate Purple. HEX triplet: 6E, 27 and 5C. RGB value is (110,39,92). Sum of RGB (Red+Green+Blue) = 110+39+92=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 110 - color contains mainly: red. Hex color #6E275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E275C is #91D8A3. Grayscale: #424242. Windows color (decimal): -9558180 or 6039406. OLE color: 6039406.

HSL color Cylindrical-coordinate representation of color #6E275C: hue angle of 315.21º 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 #6E275C is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 39 92 -
CMYK 0 0.65 0.16 0.57
HSL 315.21º 0.48% 0.29% -
HSV(B) 315.21º 0.65% 0.43% -
XYZ 9.09 5.54 10.72 -
YUV 66.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 110 39 92 0 0.65 0.16 0.57 315.21 0.48 0.29
Hex 6E 27 5C 0 41 10 39 13B 30 1D
Octal 156 47 134 0 101 20 71 473 60 35
Binary 1101110 100111 1011100 0 1000001 10000 111001 100111011 110000 11101

Color Harmonies of #6E275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E275C

Black with #6E275C

Text Example


Text Example

White with #6E275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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