Html Css Color HEX #691068 Palatinate Purple

📋 copy color: '#691068'

red 105 ◦ green 16 ◦ blue 104

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

Shades of Palatinate Purple #691068

Tints of Palatinate Purple #691068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.22%

R = 46.67%
G = 7.11%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#691068 (or 0x691068) is known color: Palatinate Purple. HEX triplet: 69, 10 and 68. RGB value is (105,16,104). Sum of RGB (Red+Green+Blue) = 105+16+104=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #691068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691068 is #96EF97. Grayscale: #343434. Windows color (decimal): -9891736 or 6819945. OLE color: 6819945.

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

Color convert

RGB 105 16 104 -
CMYK 0 0.85 0.01 0.59
HSL 300.67º 0.74% 0.24% -
HSV(B) 300.67º 0.85% 0.41% -
XYZ 8.51 4.37 13.49 -
YUV 52.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 105 16 104 0 0.85 0.01 0.59 300.67 0.74 0.24
Hex 69 10 68 0 55 1 3B 12D 4A 18
Octal 151 20 150 0 125 1 73 455 112 30
Binary 1101001 10000 1101000 0 1010101 1 111011 100101101 1001010 11000

Color Harmonies of #691068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691068

Black with #691068

Text Example


Text Example

White with #691068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691068; }

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

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

background-color css

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

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

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

border-color css

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

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

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