Html Css Color HEX #691458 Palatinate Purple

📋 copy color: '#691458'

red 105 ◦ green 20 ◦ blue 88

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

Shades of Palatinate Purple #691458

Tints of Palatinate Purple #691458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.39%

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

R = 49.3%
G = 9.39%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#691458 (or 0x691458) is known color: Palatinate Purple. HEX triplet: 69, 14 and 58. RGB value is (105,20,88). Sum of RGB (Red+Green+Blue) = 105+20+88=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #691458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691458 is #96EBA7. Grayscale: #343434. Windows color (decimal): -9890728 or 5772393. OLE color: 5772393.

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

Color convert

RGB 105 20 88 -
CMYK 0 0.81 0.16 0.59
HSL 312º 0.68% 0.25% -
HSV(B) 312º 0.81% 0.41% -
XYZ 7.84 4.21 9.63 -
YUV 53.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 105 20 88 0 0.81 0.16 0.59 312 0.68 0.25
Hex 69 14 58 0 51 10 3B 138 44 19
Octal 151 24 130 0 121 20 73 470 104 31
Binary 1101001 10100 1011000 0 1010001 10000 111011 100111000 1000100 11001

Color Harmonies of #691458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691458

Black with #691458

Text Example


Text Example

White with #691458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691458; }

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

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

background-color css

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

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

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

border-color css

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

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

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