Html Css Color HEX #6F295C Palatinate Purple

📋 copy color: '#6F295C'

red 111 ◦ green 41 ◦ blue 92

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

Shades of Palatinate Purple #6F295C

Tints of Palatinate Purple #6F295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 45.49%
G = 16.8%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F295C (or 0x6F295C) is known color: Palatinate Purple. HEX triplet: 6F, 29 and 5C. RGB value is (111,41,92). Sum of RGB (Red+Green+Blue) = 111+41+92=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F295C is #90D6A3. Grayscale: #434343. Windows color (decimal): -9492132 or 6039919. OLE color: 6039919.

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

Color convert

RGB 111 41 92 -
CMYK 0 0.63 0.17 0.56
HSL 316.29º 0.46% 0.3% -
HSV(B) 316.29º 0.63% 0.44% -
XYZ 9.28 5.74 10.74 -
YUV 67.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 111 41 92 0 0.63 0.17 0.56 316.29 0.46 0.3
Hex 6F 29 5C 0 3F 11 38 13C 2E 1E
Octal 157 51 134 0 77 21 70 474 56 36
Binary 1101111 101001 1011100 0 111111 10001 111000 100111100 101110 11110

Color Harmonies of #6F295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F295C

Black with #6F295C

Text Example


Text Example

White with #6F295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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