Html Css Color HEX #691C5E Palatinate Purple

📋 copy color: '#691C5E'

red 105 ◦ green 28 ◦ blue 94

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

Shades of Palatinate Purple #691C5E

Tints of Palatinate Purple #691C5E

RGB

 RED value IS 105 (41.41% from 255) = 46.26%

 GREEN value IS 28 (11.33% from 255) = 12.33%

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

R = 46.26%
G = 12.33%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#691C5E (or 0x691C5E) is known color: Palatinate Purple. HEX triplet: 69, 1C and 5E. RGB value is (105,28,94). Sum of RGB (Red+Green+Blue) = 105+28+94=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #691C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691C5E is #96E3A1. Grayscale: #3A3A3A. Windows color (decimal): -9888674 or 6167657. OLE color: 6167657.

HSL color Cylindrical-coordinate representation of color #691C5E: hue angle of 308.57º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #691C5E is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 28 94 -
CMYK 0 0.73 0.10 0.59
HSL 308.57º 0.58% 0.26% -
HSV(B) 308.57º 0.73% 0.41% -
XYZ 8.26 4.64 11.05 -
YUV 58.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 105 28 94 0 0.73 0.10 0.59 308.57 0.58 0.26
Hex 69 1C 5E 0 49 A 3B 135 3A 1A
Octal 151 34 136 0 111 12 73 465 72 32
Binary 1101001 11100 1011110 0 1001001 1010 111011 100110101 111010 11010

Color Harmonies of #691C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691C5E

Black with #691C5E

Text Example


Text Example

White with #691C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691C5E; }

 p { color: rgb(105,28,94); }

 H1.HeaderClassName
 {
   color: #691C5E;
 }
 .AnyTagClassName
 {
   color: #691C5E;
 }
</style>

background-color css

<style>
 a { background-color: #691C5E; }

 a { background-color: rgb(105,28,94); }

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

border-color css

<style>
 span { border-color: #691C5E; }

 span { border-color: rgb(105,28,94); }

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