Html Css Color HEX #691358 Palatinate Purple

📋 copy color: '#691358'

red 105 ◦ green 19 ◦ blue 88

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

Shades of Palatinate Purple #691358

Tints of Palatinate Purple #691358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

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

R = 49.53%
G = 8.96%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#691358 (or 0x691358) is known color: Palatinate Purple. HEX triplet: 69, 13 and 58. RGB value is (105,19,88). Sum of RGB (Red+Green+Blue) = 105+19+88=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #691358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691358 is #96ECA7. Grayscale: #343434. Windows color (decimal): -9890984 or 5772137. OLE color: 5772137.

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

Color convert

RGB 105 19 88 -
CMYK 0 0.82 0.16 0.59
HSL 311.86º 0.69% 0.24% -
HSV(B) 311.86º 0.82% 0.41% -
XYZ 7.82 4.17 9.63 -
YUV 52.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 105 19 88 0 0.82 0.16 0.59 311.86 0.69 0.24
Hex 69 13 58 0 52 10 3B 138 45 18
Octal 151 23 130 0 122 20 73 470 105 30
Binary 1101001 10011 1011000 0 1010010 10000 111011 100111000 1000101 11000

Color Harmonies of #691358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691358

Black with #691358

Text Example


Text Example

White with #691358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691358; }

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

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

background-color css

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

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

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

border-color css

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

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

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