Html Css Color HEX #6F325A Palatinate Purple

📋 copy color: '#6F325A'

red 111 ◦ green 50 ◦ blue 90

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

Shades of Palatinate Purple #6F325A

Tints of Palatinate Purple #6F325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.86%

R = 44.22%
G = 19.92%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F325A (or 0x6F325A) is known color: Palatinate Purple. HEX triplet: 6F, 32 and 5A. RGB value is (111,50,90). Sum of RGB (Red+Green+Blue) = 111+50+90=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F325A is #90CDA5. Grayscale: #484848. Windows color (decimal): -9489830 or 5911151. OLE color: 5911151.

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

Color convert

RGB 111 50 90 -
CMYK 0 0.55 0.19 0.56
HSL 320.66º 0.38% 0.32% -
HSV(B) 320.66º 0.55% 0.44% -
XYZ 9.54 6.4 10.41 -
YUV 72.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 111 50 90 0 0.55 0.19 0.56 320.66 0.38 0.32
Hex 6F 32 5A 0 37 13 38 141 26 20
Octal 157 62 132 0 67 23 70 501 46 40
Binary 1101111 110010 1011010 0 110111 10011 111000 101000001 100110 100000

Color Harmonies of #6F325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F325A

Black with #6F325A

Text Example


Text Example

White with #6F325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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