Html Css Color HEX #6F3161 Palatinate Purple

📋 copy color: '#6F3161'

red 111 ◦ green 49 ◦ blue 97

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

Shades of Palatinate Purple #6F3161

Tints of Palatinate Purple #6F3161

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.07%

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

R = 43.19%
G = 19.07%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F3161 (or 0x6F3161) is known color: Palatinate Purple. HEX triplet: 6F, 31 and 61. RGB value is (111,49,97). Sum of RGB (Red+Green+Blue) = 111+49+97=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3161 is #90CE9E. Grayscale: #484848. Windows color (decimal): -9490079 or 6369647. OLE color: 6369647.

HSL color Cylindrical-coordinate representation of color #6F3161: hue angle of 313.55º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F3161 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 49 97 -
CMYK 0 0.56 0.13 0.56
HSL 313.55º 0.39% 0.31% -
HSV(B) 313.55º 0.56% 0.44% -
XYZ 9.81 6.44 12.04 -
YUV 73.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 111 49 97 0 0.56 0.13 0.56 313.55 0.39 0.31
Hex 6F 31 61 0 38 D 38 13A 27 1F
Octal 157 61 141 0 70 15 70 472 47 37
Binary 1101111 110001 1100001 0 111000 1101 111000 100111010 100111 11111

Color Harmonies of #6F3161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3161

Black with #6F3161

Text Example


Text Example

White with #6F3161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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