Html Css Color HEX #6E225A Palatinate Purple

📋 copy color: '#6E225A'

red 110 ◦ green 34 ◦ blue 90

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

Shades of Palatinate Purple #6E225A

Tints of Palatinate Purple #6E225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.53%

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

R = 47.01%
G = 14.53%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6E225A (or 0x6E225A) is known color: Palatinate Purple. HEX triplet: 6E, 22 and 5A. RGB value is (110,34,90). Sum of RGB (Red+Green+Blue) = 110+34+90=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E225A is #91DDA5. Grayscale: #3E3E3E. Windows color (decimal): -9559462 or 5907054. OLE color: 5907054.

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

Color convert

RGB 110 34 90 -
CMYK 0 0.69 0.18 0.57
HSL 315.79º 0.53% 0.28% -
HSV(B) 315.79º 0.69% 0.43% -
XYZ 8.85 5.2 10.21 -
YUV 63.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 110 34 90 0 0.69 0.18 0.57 315.79 0.53 0.28
Hex 6E 22 5A 0 45 12 39 13C 35 1C
Octal 156 42 132 0 105 22 71 474 65 34
Binary 1101110 100010 1011010 0 1000101 10010 111001 100111100 110101 11100

Color Harmonies of #6E225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E225A

Black with #6E225A

Text Example


Text Example

White with #6E225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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