Html Css Color HEX #6F325D Palatinate Purple

📋 copy color: '#6F325D'

red 111 ◦ green 50 ◦ blue 93

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

Shades of Palatinate Purple #6F325D

Tints of Palatinate Purple #6F325D

RGB

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

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

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

R = 43.7%
G = 19.69%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F325D (or 0x6F325D) is known color: Palatinate Purple. HEX triplet: 6F, 32 and 5D. RGB value is (111,50,93). Sum of RGB (Red+Green+Blue) = 111+50+93=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F325D is #90CDA2. Grayscale: #494949. Windows color (decimal): -9489827 or 6107759. OLE color: 6107759.

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

Color convert

RGB 111 50 93 -
CMYK 0 0.55 0.16 0.56
HSL 317.7º 0.38% 0.32% -
HSV(B) 317.7º 0.55% 0.44% -
XYZ 9.67 6.45 11.09 -
YUV 73.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 111 50 93 0 0.55 0.16 0.56 317.7 0.38 0.32
Hex 6F 32 5D 0 37 10 38 13E 26 20
Octal 157 62 135 0 67 20 70 476 46 40
Binary 1101111 110010 1011101 0 110111 10000 111000 100111110 100110 100000

Color Harmonies of #6F325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F325D

Black with #6F325D

Text Example


Text Example

White with #6F325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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