Html Css Color HEX #6E1267 Palatinate Purple

📋 copy color: '#6E1267'

red 110 ◦ green 18 ◦ blue 103

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

Shades of Palatinate Purple #6E1267

Tints of Palatinate Purple #6E1267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 44.59%

R = 47.62%
G = 7.79%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6E1267 (or 0x6E1267) is known color: Palatinate Purple. HEX triplet: 6E, 12 and 67. RGB value is (110,18,103). Sum of RGB (Red+Green+Blue) = 110+18+103=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1267 is #91ED98. Grayscale: #363636. Windows color (decimal): -9563545 or 6754926. OLE color: 6754926.

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

Color convert

RGB 110 18 103 -
CMYK 0 0.84 0.06 0.57
HSL 304.57º 0.72% 0.25% -
HSV(B) 304.57º 0.84% 0.43% -
XYZ 9.09 4.73 13.26 -
YUV 55.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 110 18 103 0 0.84 0.06 0.57 304.57 0.72 0.25
Hex 6E 12 67 0 54 6 39 131 48 19
Octal 156 22 147 0 124 6 71 461 110 31
Binary 1101110 10010 1100111 0 1010100 110 111001 100110001 1001000 11001

Color Harmonies of #6E1267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1267

Black with #6E1267

Text Example


Text Example

White with #6E1267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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