Html Css Color HEX #6E225D Palatinate Purple

📋 copy color: '#6E225D'

red 110 ◦ green 34 ◦ blue 93

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

Shades of Palatinate Purple #6E225D

Tints of Palatinate Purple #6E225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 46.41%
G = 14.35%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E225D (or 0x6E225D) is known color: Palatinate Purple. HEX triplet: 6E, 22 and 5D. RGB value is (110,34,93). Sum of RGB (Red+Green+Blue) = 110+34+93=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 110 - color contains mainly: red. Hex color #6E225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E225D is #91DDA2. Grayscale: #3F3F3F. Windows color (decimal): -9559459 or 6103662. OLE color: 6103662.

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

Color convert

RGB 110 34 93 -
CMYK 0 0.69 0.15 0.57
HSL 313.42º 0.53% 0.28% -
HSV(B) 313.42º 0.69% 0.43% -
XYZ 8.98 5.25 10.9 -
YUV 63.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 110 34 93 0 0.69 0.15 0.57 313.42 0.53 0.28
Hex 6E 22 5D 0 45 F 39 139 35 1C
Octal 156 42 135 0 105 17 71 471 65 34
Binary 1101110 100010 1011101 0 1000101 1111 111001 100111001 110101 11100

Color Harmonies of #6E225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E225D

Black with #6E225D

Text Example


Text Example

White with #6E225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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