Html Css Color HEX #691858 Palatinate Purple

📋 copy color: '#691858'

red 105 ◦ green 24 ◦ blue 88

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

Shades of Palatinate Purple #691858

Tints of Palatinate Purple #691858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.55%

R = 48.39%
G = 11.06%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#691858 (or 0x691858) is known color: Palatinate Purple. HEX triplet: 69, 18 and 58. RGB value is (105,24,88). Sum of RGB (Red+Green+Blue) = 105+24+88=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #691858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691858 is #96E7A7. Grayscale: #373737. Windows color (decimal): -9889704 or 5773417. OLE color: 5773417.

HSL color Cylindrical-coordinate representation of color #691858: hue angle of 312.59º 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 #691858 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 24 88 -
CMYK 0 0.77 0.16 0.59
HSL 312.59º 0.63% 0.25% -
HSV(B) 312.59º 0.77% 0.41% -
XYZ 7.91 4.36 9.66 -
YUV 55.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 105 24 88 0 0.77 0.16 0.59 312.59 0.63 0.25
Hex 69 18 58 0 4D 10 3B 139 3F 19
Octal 151 30 130 0 115 20 73 471 77 31
Binary 1101001 11000 1011000 0 1001101 10000 111011 100111001 111111 11001

Color Harmonies of #691858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691858

Black with #691858

Text Example


Text Example

White with #691858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691858; }

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

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

background-color css

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

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

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

border-color css

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

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

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