Html Css Color HEX #6F3661 Palatinate Purple

📋 copy color: '#6F3661'

red 111 ◦ green 54 ◦ blue 97

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

Shades of Palatinate Purple #6F3661

Tints of Palatinate Purple #6F3661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.02%

R = 42.37%
G = 20.61%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F3661 (or 0x6F3661) is known color: Palatinate Purple. HEX triplet: 6F, 36 and 61. RGB value is (111,54,97). Sum of RGB (Red+Green+Blue) = 111+54+97=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3661 is #90C99E. Grayscale: #4B4B4B. Windows color (decimal): -9488799 or 6370927. OLE color: 6370927.

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

Color convert

RGB 111 54 97 -
CMYK 0 0.51 0.13 0.56
HSL 314.74º 0.35% 0.32% -
HSV(B) 314.74º 0.51% 0.44% -
XYZ 10.03 6.88 12.11 -
YUV 75.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 111 54 97 0 0.51 0.13 0.56 314.74 0.35 0.32
Hex 6F 36 61 0 33 D 38 13B 23 20
Octal 157 66 141 0 63 15 70 473 43 40
Binary 1101111 110110 1100001 0 110011 1101 111000 100111011 100011 100000

Color Harmonies of #6F3661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3661

Black with #6F3661

Text Example


Text Example

White with #6F3661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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