Html Css Color HEX #6F296B Palatinate Purple

📋 copy color: '#6F296B'

red 111 ◦ green 41 ◦ blue 107

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

Shades of Palatinate Purple #6F296B

Tints of Palatinate Purple #6F296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.31%

R = 42.86%
G = 15.83%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F296B (or 0x6F296B) is known color: Palatinate Purple. HEX triplet: 6F, 29 and 6B. RGB value is (111,41,107). Sum of RGB (Red+Green+Blue) = 111+41+107=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F296B is #90D694. Grayscale: #454545. Windows color (decimal): -9492117 or 7022959. OLE color: 7022959.

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

Color convert

RGB 111 41 107 -
CMYK 0 0.63 0.04 0.56
HSL 303.43º 0.46% 0.3% -
HSV(B) 303.43º 0.63% 0.44% -
XYZ 10 6.03 14.55 -
YUV 69.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 111 41 107 0 0.63 0.04 0.56 303.43 0.46 0.3
Hex 6F 29 6B 0 3F 4 38 12F 2E 1E
Octal 157 51 153 0 77 4 70 457 56 36
Binary 1101111 101001 1101011 0 111111 100 111000 100101111 101110 11110

Color Harmonies of #6F296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F296B

Black with #6F296B

Text Example


Text Example

White with #6F296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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