Html Css Color HEX #6E125F Palatinate Purple

📋 copy color: '#6E125F'

red 110 ◦ green 18 ◦ blue 95

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

Shades of Palatinate Purple #6E125F

Tints of Palatinate Purple #6E125F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 49.33%
G = 8.07%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E125F (or 0x6E125F) is known color: Palatinate Purple. HEX triplet: 6E, 12 and 5F. RGB value is (110,18,95). Sum of RGB (Red+Green+Blue) = 110+18+95=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E125F is #91EDA0. Grayscale: #363636. Windows color (decimal): -9563553 or 6230638. OLE color: 6230638.

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

Color convert

RGB 110 18 95 -
CMYK 0 0.84 0.14 0.57
HSL 309.78º 0.72% 0.25% -
HSV(B) 309.78º 0.84% 0.43% -
XYZ 8.71 4.57 11.25 -
YUV 54.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 110 18 95 0 0.84 0.14 0.57 309.78 0.72 0.25
Hex 6E 12 5F 0 54 E 39 136 48 19
Octal 156 22 137 0 124 16 71 466 110 31
Binary 1101110 10010 1011111 0 1010100 1110 111001 100110110 1001000 11001

Color Harmonies of #6E125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E125F

Black with #6E125F

Text Example


Text Example

White with #6E125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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