Html Css Color HEX #691065 Palatinate Purple

📋 copy color: '#691065'

red 105 ◦ green 16 ◦ blue 101

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

Shades of Palatinate Purple #691065

Tints of Palatinate Purple #691065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.5%

R = 47.3%
G = 7.21%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#691065 (or 0x691065) is known color: Palatinate Purple. HEX triplet: 69, 10 and 65. RGB value is (105,16,101). Sum of RGB (Red+Green+Blue) = 105+16+101=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #691065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691065 is #96EF9A. Grayscale: #343434. Windows color (decimal): -9891739 or 6623337. OLE color: 6623337.

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

Color convert

RGB 105 16 101 -
CMYK 0 0.85 0.04 0.59
HSL 302.7º 0.74% 0.24% -
HSV(B) 302.7º 0.85% 0.41% -
XYZ 8.36 4.31 12.7 -
YUV 52.3 155.49 165.59 -
System Red Green Blue C M Y K H S L
Decimal 105 16 101 0 0.85 0.04 0.59 302.7 0.74 0.24
Hex 69 10 65 0 55 4 3B 12F 4A 18
Octal 151 20 145 0 125 4 73 457 112 30
Binary 1101001 10000 1100101 0 1010101 100 111011 100101111 1001010 11000

Color Harmonies of #691065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691065

Black with #691065

Text Example


Text Example

White with #691065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691065; }

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

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

background-color css

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

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

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

border-color css

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

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

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