Html Css Color HEX #6F2961 Palatinate Purple

📋 copy color: '#6F2961'

red 111 ◦ green 41 ◦ blue 97

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

Shades of Palatinate Purple #6F2961

Tints of Palatinate Purple #6F2961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

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

R = 44.58%
G = 16.47%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F2961 (or 0x6F2961) is known color: Palatinate Purple. HEX triplet: 6F, 29 and 61. RGB value is (111,41,97). Sum of RGB (Red+Green+Blue) = 111+41+97=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2961 is #90D69E. Grayscale: #444444. Windows color (decimal): -9492127 or 6367599. OLE color: 6367599.

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

Color convert

RGB 111 41 97 -
CMYK 0 0.63 0.13 0.56
HSL 312º 0.46% 0.3% -
HSV(B) 312º 0.63% 0.44% -
XYZ 9.51 5.83 11.93 -
YUV 68.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 111 41 97 0 0.63 0.13 0.56 312 0.46 0.3
Hex 6F 29 61 0 3F D 38 138 2E 1E
Octal 157 51 141 0 77 15 70 470 56 36
Binary 1101111 101001 1100001 0 111111 1101 111000 100111000 101110 11110

Color Harmonies of #6F2961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2961

Black with #6F2961

Text Example


Text Example

White with #6F2961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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