Html Css Color HEX #6F325E Palatinate Purple

📋 copy color: '#6F325E'

red 111 ◦ green 50 ◦ blue 94

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

Shades of Palatinate Purple #6F325E

Tints of Palatinate Purple #6F325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

 BLUE value IS 94 (37.11% from 255) = 36.86%

R = 43.53%
G = 19.61%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F325E (or 0x6F325E) is known color: Palatinate Purple. HEX triplet: 6F, 32 and 5E. RGB value is (111,50,94). Sum of RGB (Red+Green+Blue) = 111+50+94=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F325E is #90CDA1. Grayscale: #494949. Windows color (decimal): -9489826 or 6173295. OLE color: 6173295.

HSL color Cylindrical-coordinate representation of color #6F325E: hue angle of 316.72º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F325E is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 50 94 -
CMYK 0 0.55 0.15 0.56
HSL 316.72º 0.38% 0.32% -
HSV(B) 316.72º 0.55% 0.44% -
XYZ 9.72 6.47 11.33 -
YUV 73.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 111 50 94 0 0.55 0.15 0.56 316.72 0.38 0.32
Hex 6F 32 5E 0 37 F 38 13D 26 20
Octal 157 62 136 0 67 17 70 475 46 40
Binary 1101111 110010 1011110 0 110111 1111 111000 100111101 100110 100000

Color Harmonies of #6F325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F325E

Black with #6F325E

Text Example


Text Example

White with #6F325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,50,94); }

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

background-color css

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

 a { background-color: rgb(111,50,94); }

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

border-color css

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

 span { border-color: rgb(111,50,94); }

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