Html Css Color HEX #691460 Palatinate Purple

📋 copy color: '#691460'

red 105 ◦ green 20 ◦ blue 96

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

Shades of Palatinate Purple #691460

Tints of Palatinate Purple #691460

RGB

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

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

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

R = 47.51%
G = 9.05%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#691460 (or 0x691460) is known color: Palatinate Purple. HEX triplet: 69, 14 and 60. RGB value is (105,20,96). Sum of RGB (Red+Green+Blue) = 105+20+96=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #691460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691460 is #96EB9F. Grayscale: #353535. Windows color (decimal): -9890720 or 6296681. OLE color: 6296681.

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

Color convert

RGB 105 20 96 -
CMYK 0 0.81 0.09 0.59
HSL 306.35º 0.68% 0.25% -
HSV(B) 306.35º 0.81% 0.41% -
XYZ 8.19 4.35 11.47 -
YUV 54.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 105 20 96 0 0.81 0.09 0.59 306.35 0.68 0.25
Hex 69 14 60 0 51 9 3B 132 44 19
Octal 151 24 140 0 121 11 73 462 104 31
Binary 1101001 10100 1100000 0 1010001 1001 111011 100110010 1000100 11001

Color Harmonies of #691460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691460

Black with #691460

Text Example


Text Example

White with #691460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691460; }

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

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

background-color css

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

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

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

border-color css

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

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

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