Html Css Color HEX #6F4064 Palatinate Purple

📋 copy color: '#6F4064'

red 111 ◦ green 64 ◦ blue 100

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

Shades of Palatinate Purple #6F4064

Tints of Palatinate Purple #6F4064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

 BLUE value IS 100 (39.45% from 255) = 36.36%

R = 40.36%
G = 23.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F4064 (or 0x6F4064) is known color: Palatinate Purple. HEX triplet: 6F, 40 and 64. RGB value is (111,64,100). Sum of RGB (Red+Green+Blue) = 111+64+100=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4064 is #90BF9B. Grayscale: #525252. Windows color (decimal): -9486236 or 6570095. OLE color: 6570095.

HSL color Cylindrical-coordinate representation of color #6F4064: hue angle of 314.04º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F4064 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 64 100 -
CMYK 0 0.42 0.10 0.56
HSL 314.04º 0.27% 0.34% -
HSV(B) 314.04º 0.42% 0.44% -
XYZ 10.69 7.97 13.03 -
YUV 82.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 111 64 100 0 0.42 0.10 0.56 314.04 0.27 0.34
Hex 6F 40 64 0 2A A 38 13A 1B 22
Octal 157 100 144 0 52 12 70 472 33 42
Binary 1101111 1000000 1100100 0 101010 1010 111000 100111010 11011 100010

Color Harmonies of #6F4064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4064

Black with #6F4064

Text Example


Text Example

White with #6F4064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,64,100); }

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

background-color css

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

 a { background-color: rgb(111,64,100); }

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

border-color css

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

 span { border-color: rgb(111,64,100); }

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