Html Css Color HEX #6F375F Palatinate Purple

📋 copy color: '#6F375F'

red 111 ◦ green 55 ◦ blue 95

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

Shades of Palatinate Purple #6F375F

Tints of Palatinate Purple #6F375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.4%

R = 42.53%
G = 21.07%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F375F (or 0x6F375F) is known color: Palatinate Purple. HEX triplet: 6F, 37 and 5F. RGB value is (111,55,95). Sum of RGB (Red+Green+Blue) = 111+55+95=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F375F is #90C8A0. Grayscale: #4C4C4C. Windows color (decimal): -9488545 or 6240111. OLE color: 6240111.

HSL color Cylindrical-coordinate representation of color #6F375F: hue angle of 317.14º 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 #6F375F is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 55 95 -
CMYK 0 0.50 0.14 0.56
HSL 317.14º 0.34% 0.33% -
HSV(B) 317.14º 0.5% 0.44% -
XYZ 9.99 6.94 11.64 -
YUV 76.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 111 55 95 0 0.50 0.14 0.56 317.14 0.34 0.33
Hex 6F 37 5F 0 32 E 38 13D 22 21
Octal 157 67 137 0 62 16 70 475 42 41
Binary 1101111 110111 1011111 0 110010 1110 111000 100111101 100010 100001

Color Harmonies of #6F375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F375F

Black with #6F375F

Text Example


Text Example

White with #6F375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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