Html Css Color HEX #6E1A6C Palatinate Purple

📋 copy color: '#6E1A6C'

red 110 ◦ green 26 ◦ blue 108

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

Shades of Palatinate Purple #6E1A6C

Tints of Palatinate Purple #6E1A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.66%

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 45.08%
G = 10.66%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6E1A6C (or 0x6E1A6C) is known color: Palatinate Purple. HEX triplet: 6E, 1A and 6C. RGB value is (110,26,108). Sum of RGB (Red+Green+Blue) = 110+26+108=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1A6C is #91E593. Grayscale: #3C3C3C. Windows color (decimal): -9561492 or 7084654. OLE color: 7084654.

HSL color Cylindrical-coordinate representation of color #6E1A6C: hue angle of 301.43º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E1A6C is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 26 108 -
CMYK 0 0.76 0.02 0.57
HSL 301.43º 0.62% 0.27% -
HSV(B) 301.43º 0.76% 0.43% -
XYZ 9.51 5.14 14.68 -
YUV 60.46 154.83 163.33 -
System Red Green Blue C M Y K H S L
Decimal 110 26 108 0 0.76 0.02 0.57 301.43 0.62 0.27
Hex 6E 1A 6C 0 4C 2 39 12D 3E 1B
Octal 156 32 154 0 114 2 71 455 76 33
Binary 1101110 11010 1101100 0 1001100 10 111001 100101101 111110 11011

Color Harmonies of #6E1A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1A6C

Black with #6E1A6C

Text Example


Text Example

White with #6E1A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,26,108); }

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

background-color css

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

 a { background-color: rgb(110,26,108); }

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

border-color css

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

 span { border-color: rgb(110,26,108); }

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