Html Css Color HEX #6F365D Palatinate Purple

📋 copy color: '#6F365D'

red 111 ◦ green 54 ◦ blue 93

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

Shades of Palatinate Purple #6F365D

Tints of Palatinate Purple #6F365D

RGB

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

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

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

R = 43.02%
G = 20.93%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F365D (or 0x6F365D) is known color: Palatinate Purple. HEX triplet: 6F, 36 and 5D. RGB value is (111,54,93). Sum of RGB (Red+Green+Blue) = 111+54+93=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F365D is #90C9A2. Grayscale: #4B4B4B. Windows color (decimal): -9488803 or 6108783. OLE color: 6108783.

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

Color convert

RGB 111 54 93 -
CMYK 0 0.51 0.16 0.56
HSL 318.95º 0.35% 0.32% -
HSV(B) 318.95º 0.51% 0.44% -
XYZ 9.85 6.81 11.15 -
YUV 75.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 111 54 93 0 0.51 0.16 0.56 318.95 0.35 0.32
Hex 6F 36 5D 0 33 10 38 13F 23 20
Octal 157 66 135 0 63 20 70 477 43 40
Binary 1101111 110110 1011101 0 110011 10000 111000 100111111 100011 100000

Color Harmonies of #6F365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F365D

Black with #6F365D

Text Example


Text Example

White with #6F365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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