Html Css Color HEX #691356 Palatinate Purple

📋 copy color: '#691356'

red 105 ◦ green 19 ◦ blue 86

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

Shades of Palatinate Purple #691356

Tints of Palatinate Purple #691356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.95%

R = 50%
G = 9.05%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#691356 (or 0x691356) is known color: Palatinate Purple. HEX triplet: 69, 13 and 56. RGB value is (105,19,86). Sum of RGB (Red+Green+Blue) = 105+19+86=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #691356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691356 is #96ECA9. Grayscale: #343434. Windows color (decimal): -9890986 or 5641065. OLE color: 5641065.

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

Color convert

RGB 105 19 86 -
CMYK 0 0.82 0.18 0.59
HSL 313.26º 0.69% 0.24% -
HSV(B) 313.26º 0.82% 0.41% -
XYZ 7.74 4.14 9.2 -
YUV 52.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 105 19 86 0 0.82 0.18 0.59 313.26 0.69 0.24
Hex 69 13 56 0 52 12 3B 139 45 18
Octal 151 23 126 0 122 22 73 471 105 30
Binary 1101001 10011 1010110 0 1010010 10010 111011 100111001 1000101 11000

Color Harmonies of #691356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691356

Black with #691356

Text Example


Text Example

White with #691356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691356; }

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

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

background-color css

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

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

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

border-color css

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

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

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