Html Css Color HEX #691853 Palatinate Purple

📋 copy color: '#691853'

red 105 ◦ green 24 ◦ blue 83

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

Shades of Palatinate Purple #691853

Tints of Palatinate Purple #691853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.32%

 BLUE value IS 83 (32.81% from 255) = 39.15%

R = 49.53%
G = 11.32%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#691853 (or 0x691853) is known color: Palatinate Purple. HEX triplet: 69, 18 and 53. RGB value is (105,24,83). Sum of RGB (Red+Green+Blue) = 105+24+83=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #691853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691853 is #96E7AC. Grayscale: #363636. Windows color (decimal): -9889709 or 5445737. OLE color: 5445737.

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

Color convert

RGB 105 24 83 -
CMYK 0 0.77 0.21 0.59
HSL 316.3º 0.63% 0.25% -
HSV(B) 316.3º 0.77% 0.41% -
XYZ 7.71 4.28 8.6 -
YUV 54.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 105 24 83 0 0.77 0.21 0.59 316.3 0.63 0.25
Hex 69 18 53 0 4D 15 3B 13C 3F 19
Octal 151 30 123 0 115 25 73 474 77 31
Binary 1101001 11000 1010011 0 1001101 10101 111011 100111100 111111 11001

Color Harmonies of #691853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691853

Black with #691853

Text Example


Text Example

White with #691853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691853; }

 p { color: rgb(105,24,83); }

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

background-color css

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

 a { background-color: rgb(105,24,83); }

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

border-color css

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

 span { border-color: rgb(105,24,83); }

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