Html Css Color HEX #6F325C Palatinate Purple

📋 copy color: '#6F325C'

red 111 ◦ green 50 ◦ blue 92

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

Shades of Palatinate Purple #6F325C

Tints of Palatinate Purple #6F325C

RGB

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

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

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

R = 43.87%
G = 19.76%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F325C (or 0x6F325C) is known color: Palatinate Purple. HEX triplet: 6F, 32 and 5C. RGB value is (111,50,92). Sum of RGB (Red+Green+Blue) = 111+50+92=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F325C is #90CDA3. Grayscale: #484848. Windows color (decimal): -9489828 or 6042223. OLE color: 6042223.

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

Color convert

RGB 111 50 92 -
CMYK 0 0.55 0.17 0.56
HSL 318.69º 0.38% 0.32% -
HSV(B) 318.69º 0.55% 0.44% -
XYZ 9.63 6.43 10.86 -
YUV 73.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 111 50 92 0 0.55 0.17 0.56 318.69 0.38 0.32
Hex 6F 32 5C 0 37 11 38 13F 26 20
Octal 157 62 134 0 67 21 70 477 46 40
Binary 1101111 110010 1011100 0 110111 10001 111000 100111111 100110 100000

Color Harmonies of #6F325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F325C

Black with #6F325C

Text Example


Text Example

White with #6F325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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