Html Css Color HEX #6F375D Palatinate Purple

📋 copy color: '#6F375D'

red 111 ◦ green 55 ◦ blue 93

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

Shades of Palatinate Purple #6F375D

Tints of Palatinate Purple #6F375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.24%

 BLUE value IS 93 (36.72% from 255) = 35.91%

R = 42.86%
G = 21.24%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F375D (or 0x6F375D) is known color: Palatinate Purple. HEX triplet: 6F, 37 and 5D. RGB value is (111,55,93). Sum of RGB (Red+Green+Blue) = 111+55+93=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F375D is #90C8A2. Grayscale: #4B4B4B. Windows color (decimal): -9488547 or 6109039. OLE color: 6109039.

HSL color Cylindrical-coordinate representation of color #6F375D: hue angle of 319.29º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F375D is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 55 93 -
CMYK 0 0.50 0.16 0.56
HSL 319.29º 0.34% 0.33% -
HSV(B) 319.29º 0.5% 0.44% -
XYZ 9.9 6.9 11.17 -
YUV 76.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 111 55 93 0 0.50 0.16 0.56 319.29 0.34 0.33
Hex 6F 37 5D 0 32 10 38 13F 22 21
Octal 157 67 135 0 62 20 70 477 42 41
Binary 1101111 110111 1011101 0 110010 10000 111000 100111111 100010 100001

Color Harmonies of #6F375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F375D

Black with #6F375D

Text Example


Text Example

White with #6F375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,93); }

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

background-color css

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

 a { background-color: rgb(111,55,93); }

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

border-color css

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

 span { border-color: rgb(111,55,93); }

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