Html Css Color HEX #6E125D Palatinate Purple

📋 copy color: '#6E125D'

red 110 ◦ green 18 ◦ blue 93

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

Shades of Palatinate Purple #6E125D

Tints of Palatinate Purple #6E125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.14%

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

R = 49.77%
G = 8.14%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E125D (or 0x6E125D) is known color: Palatinate Purple. HEX triplet: 6E, 12 and 5D. RGB value is (110,18,93). Sum of RGB (Red+Green+Blue) = 110+18+93=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E125D is #91EDA2. Grayscale: #353535. Windows color (decimal): -9563555 or 6099566. OLE color: 6099566.

HSL color Cylindrical-coordinate representation of color #6E125D: hue angle of 311.09º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E125D is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 18 93 -
CMYK 0 0.84 0.15 0.57
HSL 311.09º 0.72% 0.25% -
HSV(B) 311.09º 0.84% 0.43% -
XYZ 8.62 4.54 10.78 -
YUV 54.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 110 18 93 0 0.84 0.15 0.57 311.09 0.72 0.25
Hex 6E 12 5D 0 54 F 39 137 48 19
Octal 156 22 135 0 124 17 71 467 110 31
Binary 1101110 10010 1011101 0 1010100 1111 111001 100110111 1001000 11001

Color Harmonies of #6E125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E125D

Black with #6E125D

Text Example


Text Example

White with #6E125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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