Html Css Color HEX #6F325B Palatinate Purple

📋 copy color: '#6F325B'

red 111 ◦ green 50 ◦ blue 91

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

Shades of Palatinate Purple #6F325B

Tints of Palatinate Purple #6F325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 44.05%
G = 19.84%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F325B (or 0x6F325B) is known color: Palatinate Purple. HEX triplet: 6F, 32 and 5B. RGB value is (111,50,91). Sum of RGB (Red+Green+Blue) = 111+50+91=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F325B is #90CDA4. Grayscale: #484848. Windows color (decimal): -9489829 or 5976687. OLE color: 5976687.

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

Color convert

RGB 111 50 91 -
CMYK 0 0.55 0.18 0.56
HSL 319.67º 0.38% 0.32% -
HSV(B) 319.67º 0.55% 0.44% -
XYZ 9.58 6.42 10.63 -
YUV 72.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 111 50 91 0 0.55 0.18 0.56 319.67 0.38 0.32
Hex 6F 32 5B 0 37 12 38 140 26 20
Octal 157 62 133 0 67 22 70 500 46 40
Binary 1101111 110010 1011011 0 110111 10010 111000 101000000 100110 100000

Color Harmonies of #6F325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F325B

Black with #6F325B

Text Example


Text Example

White with #6F325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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