Html Css Color HEX #6F355F Palatinate Purple

📋 copy color: '#6F355F'

red 111 ◦ green 53 ◦ blue 95

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

Shades of Palatinate Purple #6F355F

Tints of Palatinate Purple #6F355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.46%

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

R = 42.86%
G = 20.46%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F355F (or 0x6F355F) is known color: Palatinate Purple. HEX triplet: 6F, 35 and 5F. RGB value is (111,53,95). Sum of RGB (Red+Green+Blue) = 111+53+95=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F355F is #90CAA0. Grayscale: #4B4B4B. Windows color (decimal): -9489057 or 6239599. OLE color: 6239599.

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

Color convert

RGB 111 53 95 -
CMYK 0 0.52 0.14 0.56
HSL 316.55º 0.35% 0.32% -
HSV(B) 316.55º 0.52% 0.44% -
XYZ 9.89 6.75 11.61 -
YUV 75.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 111 53 95 0 0.52 0.14 0.56 316.55 0.35 0.32
Hex 6F 35 5F 0 34 E 38 13D 23 20
Octal 157 65 137 0 64 16 70 475 43 40
Binary 1101111 110101 1011111 0 110100 1110 111000 100111101 100011 100000

Color Harmonies of #6F355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F355F

Black with #6F355F

Text Example


Text Example

White with #6F355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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