Html Css Color HEX #692761 Palatinate Purple

📋 copy color: '#692761'

red 105 ◦ green 39 ◦ blue 97

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

Shades of Palatinate Purple #692761

Tints of Palatinate Purple #692761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.18%

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 43.57%
G = 16.18%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#692761 (or 0x692761) is known color: Palatinate Purple. HEX triplet: 69, 27 and 61. RGB value is (105,39,97). Sum of RGB (Red+Green+Blue) = 105+39+97=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #692761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692761 is #96D89E. Grayscale: #414141. Windows color (decimal): -9885855 or 6367081. OLE color: 6367081.

HSL color Cylindrical-coordinate representation of color #692761: hue angle of 307.27º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #692761 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 39 97 -
CMYK 0 0.63 0.08 0.59
HSL 307.27º 0.46% 0.28% -
HSV(B) 307.27º 0.63% 0.41% -
XYZ 8.71 5.32 11.88 -
YUV 65.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 105 39 97 0 0.63 0.08 0.59 307.27 0.46 0.28
Hex 69 27 61 0 3F 8 3B 133 2E 1C
Octal 151 47 141 0 77 10 73 463 56 34
Binary 1101001 100111 1100001 0 111111 1000 111011 100110011 101110 11100

Color Harmonies of #692761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692761

Black with #692761

Text Example


Text Example

White with #692761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692761; }

 p { color: rgb(105,39,97); }

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

background-color css

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

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

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

border-color css

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

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

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