Html Css Color HEX #6F4164 Palatinate Purple

📋 copy color: '#6F4164'

red 111 ◦ green 65 ◦ blue 100

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

Shades of Palatinate Purple #6F4164

Tints of Palatinate Purple #6F4164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

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

R = 40.22%
G = 23.55%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F4164 (or 0x6F4164) is known color: Palatinate Purple. HEX triplet: 6F, 41 and 64. RGB value is (111,65,100). Sum of RGB (Red+Green+Blue) = 111+65+100=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4164 is #90BE9B. Grayscale: #525252. Windows color (decimal): -9485980 or 6570351. OLE color: 6570351.

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

Color convert

RGB 111 65 100 -
CMYK 0 0.41 0.10 0.56
HSL 314.35º 0.26% 0.35% -
HSV(B) 314.35º 0.41% 0.44% -
XYZ 10.75 8.08 13.05 -
YUV 82.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 111 65 100 0 0.41 0.10 0.56 314.35 0.26 0.35
Hex 6F 41 64 0 29 A 38 13A 1A 23
Octal 157 101 144 0 51 12 70 472 32 43
Binary 1101111 1000001 1100100 0 101001 1010 111000 100111010 11010 100011

Color Harmonies of #6F4164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4164

Black with #6F4164

Text Example


Text Example

White with #6F4164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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