Html Css Color HEX #6E125A Palatinate Purple

📋 copy color: '#6E125A'

red 110 ◦ green 18 ◦ blue 90

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

Shades of Palatinate Purple #6E125A

Tints of Palatinate Purple #6E125A

RGB

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

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

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

R = 50.46%
G = 8.26%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6E125A (or 0x6E125A) is known color: Palatinate Purple. HEX triplet: 6E, 12 and 5A. RGB value is (110,18,90). Sum of RGB (Red+Green+Blue) = 110+18+90=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E125A is #91EDA5. Grayscale: #353535. Windows color (decimal): -9563558 or 5902958. OLE color: 5902958.

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

Color convert

RGB 110 18 90 -
CMYK 0 0.84 0.18 0.57
HSL 313.04º 0.72% 0.25% -
HSV(B) 313.04º 0.84% 0.43% -
XYZ 8.49 4.49 10.09 -
YUV 53.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 110 18 90 0 0.84 0.18 0.57 313.04 0.72 0.25
Hex 6E 12 5A 0 54 12 39 139 48 19
Octal 156 22 132 0 124 22 71 471 110 31
Binary 1101110 10010 1011010 0 1010100 10010 111001 100111001 1001000 11001

Color Harmonies of #6E125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E125A

Black with #6E125A

Text Example


Text Example

White with #6E125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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