Html Css Color HEX #6F1256 Palatinate Purple

📋 copy color: '#6F1256'

red 111 ◦ green 18 ◦ blue 86

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

Shades of Palatinate Purple #6F1256

Tints of Palatinate Purple #6F1256

RGB

 RED value IS 111 (43.75% from 255) = 51.63%

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

 BLUE value IS 86 (33.98% from 255) = 40%

R = 51.63%
G = 8.37%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F1256 (or 0x6F1256) is known color: Palatinate Purple. HEX triplet: 6F, 12 and 56. RGB value is (111,18,86). Sum of RGB (Red+Green+Blue) = 111+18+86=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1256 is #90EDA9. Grayscale: #353535. Windows color (decimal): -9498026 or 5640815. OLE color: 5640815.

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

Color convert

RGB 111 18 86 -
CMYK 0 0.84 0.23 0.56
HSL 316.13º 0.72% 0.25% -
HSV(B) 316.13º 0.84% 0.44% -
XYZ 8.45 4.48 9.22 -
YUV 53.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 111 18 86 0 0.84 0.23 0.56 316.13 0.72 0.25
Hex 6F 12 56 0 54 17 38 13C 48 19
Octal 157 22 126 0 124 27 70 474 110 31
Binary 1101111 10010 1010110 0 1010100 10111 111000 100111100 1001000 11001

Color Harmonies of #6F1256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1256

Black with #6F1256

Text Example


Text Example

White with #6F1256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,86); }

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

background-color css

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

 a { background-color: rgb(111,18,86); }

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

border-color css

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

 span { border-color: rgb(111,18,86); }

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