Html Css Color HEX #691960 Palatinate Purple

📋 copy color: '#691960'

red 105 ◦ green 25 ◦ blue 96

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

Shades of Palatinate Purple #691960

Tints of Palatinate Purple #691960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

 BLUE value IS 96 (37.89% from 255) = 42.48%

R = 46.46%
G = 11.06%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#691960 (or 0x691960) is known color: Palatinate Purple. HEX triplet: 69, 19 and 60. RGB value is (105,25,96). Sum of RGB (Red+Green+Blue) = 105+25+96=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #691960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691960 is #96E69F. Grayscale: #383838. Windows color (decimal): -9889440 or 6297961. OLE color: 6297961.

HSL color Cylindrical-coordinate representation of color #691960: hue angle of 306.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #691960 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 25 96 -
CMYK 0 0.76 0.09 0.59
HSL 306.75º 0.62% 0.25% -
HSV(B) 306.75º 0.76% 0.41% -
XYZ 8.28 4.54 11.51 -
YUV 57.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 105 25 96 0 0.76 0.09 0.59 306.75 0.62 0.25
Hex 69 19 60 0 4C 9 3B 133 3E 19
Octal 151 31 140 0 114 11 73 463 76 31
Binary 1101001 11001 1100000 0 1001100 1001 111011 100110011 111110 11001

Color Harmonies of #691960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691960

Black with #691960

Text Example


Text Example

White with #691960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691960; }

 p { color: rgb(105,25,96); }

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

background-color css

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

 a { background-color: rgb(105,25,96); }

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

border-color css

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

 span { border-color: rgb(105,25,96); }

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