Html Css Color HEX #691255 Palatinate Purple

📋 copy color: '#691255'

red 105 ◦ green 18 ◦ blue 85

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

Shades of Palatinate Purple #691255

Tints of Palatinate Purple #691255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 50.48%
G = 8.65%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#691255 (or 0x691255) is known color: Palatinate Purple. HEX triplet: 69, 12 and 55. RGB value is (105,18,85). Sum of RGB (Red+Green+Blue) = 105+18+85=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #691255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691255 is #96EDAA. Grayscale: #333333. Windows color (decimal): -9891243 or 5575273. OLE color: 5575273.

HSL color Cylindrical-coordinate representation of color #691255: hue angle of 313.79º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691255 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 18 85 -
CMYK 0 0.83 0.19 0.59
HSL 313.79º 0.71% 0.24% -
HSV(B) 313.79º 0.83% 0.41% -
XYZ 7.68 4.09 8.98 -
YUV 51.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 105 18 85 0 0.83 0.19 0.59 313.79 0.71 0.24
Hex 69 12 55 0 53 13 3B 13A 47 18
Octal 151 22 125 0 123 23 73 472 107 30
Binary 1101001 10010 1010101 0 1010011 10011 111011 100111010 1000111 11000

Color Harmonies of #691255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691255

Black with #691255

Text Example


Text Example

White with #691255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691255; }

 p { color: rgb(105,18,85); }

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

background-color css

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

 a { background-color: rgb(105,18,85); }

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

border-color css

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

 span { border-color: rgb(105,18,85); }

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