Html Css Color HEX #6F295D Palatinate Purple

📋 copy color: '#6F295D'

red 111 ◦ green 41 ◦ blue 93

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

Shades of Palatinate Purple #6F295D

Tints of Palatinate Purple #6F295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 45.31%
G = 16.73%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F295D (or 0x6F295D) is known color: Palatinate Purple. HEX triplet: 6F, 29 and 5D. RGB value is (111,41,93). Sum of RGB (Red+Green+Blue) = 111+41+93=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F295D is #90D6A2. Grayscale: #434343. Windows color (decimal): -9492131 or 6105455. OLE color: 6105455.

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

Color convert

RGB 111 41 93 -
CMYK 0 0.63 0.16 0.56
HSL 315.43º 0.46% 0.3% -
HSV(B) 315.43º 0.63% 0.44% -
XYZ 9.32 5.76 10.98 -
YUV 67.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 111 41 93 0 0.63 0.16 0.56 315.43 0.46 0.3
Hex 6F 29 5D 0 3F 10 38 13B 2E 1E
Octal 157 51 135 0 77 20 70 473 56 36
Binary 1101111 101001 1011101 0 111111 10000 111000 100111011 101110 11110

Color Harmonies of #6F295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F295D

Black with #6F295D

Text Example


Text Example

White with #6F295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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