Html Css Color HEX #6F365F Palatinate Purple

📋 copy color: '#6F365F'

red 111 ◦ green 54 ◦ blue 95

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

Shades of Palatinate Purple #6F365F

Tints of Palatinate Purple #6F365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

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

R = 42.69%
G = 20.77%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F365F (or 0x6F365F) is known color: Palatinate Purple. HEX triplet: 6F, 36 and 5F. RGB value is (111,54,95). Sum of RGB (Red+Green+Blue) = 111+54+95=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F365F is #90C9A0. Grayscale: #4B4B4B. Windows color (decimal): -9488801 or 6239855. OLE color: 6239855.

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

Color convert

RGB 111 54 95 -
CMYK 0 0.51 0.14 0.56
HSL 316.84º 0.35% 0.32% -
HSV(B) 316.84º 0.51% 0.44% -
XYZ 9.94 6.84 11.62 -
YUV 75.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 111 54 95 0 0.51 0.14 0.56 316.84 0.35 0.32
Hex 6F 36 5F 0 33 E 38 13D 23 20
Octal 157 66 137 0 63 16 70 475 43 40
Binary 1101111 110110 1011111 0 110011 1110 111000 100111101 100011 100000

Color Harmonies of #6F365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F365F

Black with #6F365F

Text Example


Text Example

White with #6F365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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