Html Css Color HEX #6F295B Palatinate Purple

📋 copy color: '#6F295B'

red 111 ◦ green 41 ◦ blue 91

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

Shades of Palatinate Purple #6F295B

Tints of Palatinate Purple #6F295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.45%

R = 45.68%
G = 16.87%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F295B (or 0x6F295B) is known color: Palatinate Purple. HEX triplet: 6F, 29 and 5B. RGB value is (111,41,91). Sum of RGB (Red+Green+Blue) = 111+41+91=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F295B is #90D6A4. Grayscale: #434343. Windows color (decimal): -9492133 or 5974383. OLE color: 5974383.

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

Color convert

RGB 111 41 91 -
CMYK 0 0.63 0.18 0.56
HSL 317.14º 0.46% 0.3% -
HSV(B) 317.14º 0.63% 0.44% -
XYZ 9.24 5.72 10.51 -
YUV 67.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 111 41 91 0 0.63 0.18 0.56 317.14 0.46 0.3
Hex 6F 29 5B 0 3F 12 38 13D 2E 1E
Octal 157 51 133 0 77 22 70 475 56 36
Binary 1101111 101001 1011011 0 111111 10010 111000 100111101 101110 11110

Color Harmonies of #6F295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F295B

Black with #6F295B

Text Example


Text Example

White with #6F295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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