Html Css Color HEX #691069 Palatinate Purple

📋 copy color: '#691069'

red 105 ◦ green 16 ◦ blue 105

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

Shades of Palatinate Purple #691069

Tints of Palatinate Purple #691069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 46.46%
G = 7.08%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#691069 (or 0x691069) is known color: Palatinate Purple. HEX triplet: 69, 10 and 69. RGB value is (105,16,105). Sum of RGB (Red+Green+Blue) = 105+16+105=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #691069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691069 is #96EF96. Grayscale: #343434. Windows color (decimal): -9891735 or 6885481. OLE color: 6885481.

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

Color convert

RGB 105 16 105 -
CMYK 0 0.85 0 0.59
HSL 300º 0.74% 0.24% -
HSV(B) 300º 0.85% 0.41% -
XYZ 8.56 4.39 13.76 -
YUV 52.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 105 16 105 0 0.85 0 0.59 300 0.74 0.24
Hex 69 10 69 0 55 0 3B 12C 4A 18
Octal 151 20 151 0 125 0 73 454 112 30
Binary 1101001 10000 1101001 0 1010101 0 111011 100101100 1001010 11000

Color Harmonies of #691069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691069

Black with #691069

Text Example


Text Example

White with #691069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691069; }

 p { color: rgb(105,16,105); }

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

background-color css

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

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

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

border-color css

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

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

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