Html Css Color HEX #6E205A Palatinate Purple

📋 copy color: '#6E205A'

red 110 ◦ green 32 ◦ blue 90

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

Shades of Palatinate Purple #6E205A

Tints of Palatinate Purple #6E205A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 47.41%
G = 13.79%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6E205A (or 0x6E205A) is known color: Palatinate Purple. HEX triplet: 6E, 20 and 5A. RGB value is (110,32,90). Sum of RGB (Red+Green+Blue) = 110+32+90=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E205A is #91DFA5. Grayscale: #3D3D3D. Windows color (decimal): -9559974 or 5906542. OLE color: 5906542.

HSL color Cylindrical-coordinate representation of color #6E205A: hue angle of 315.38º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E205A is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 32 90 -
CMYK 0 0.71 0.18 0.57
HSL 315.38º 0.55% 0.28% -
HSV(B) 315.38º 0.71% 0.43% -
XYZ 8.79 5.09 10.19 -
YUV 61.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 110 32 90 0 0.71 0.18 0.57 315.38 0.55 0.28
Hex 6E 20 5A 0 47 12 39 13B 37 1C
Octal 156 40 132 0 107 22 71 473 67 34
Binary 1101110 100000 1011010 0 1000111 10010 111001 100111011 110111 11100

Color Harmonies of #6E205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E205A

Black with #6E205A

Text Example


Text Example

White with #6E205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,90); }

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

background-color css

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

 a { background-color: rgb(110,32,90); }

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

border-color css

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

 span { border-color: rgb(110,32,90); }

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