Html Css Color HEX #690E5B Palatinate Purple

📋 copy color: '#690E5B'

red 105 ◦ green 14 ◦ blue 91

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

Shades of Palatinate Purple #690E5B

Tints of Palatinate Purple #690E5B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.67%

 BLUE value IS 91 (35.94% from 255) = 43.33%

R = 50%
G = 6.67%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#690E5B (or 0x690E5B) is known color: Palatinate Purple. HEX triplet: 69, 0E and 5B. RGB value is (105,14,91). Sum of RGB (Red+Green+Blue) = 105+14+91=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #690E5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690E5B is #96F1A4. Grayscale: #313131. Windows color (decimal): -9892261 or 5967465. OLE color: 5967465.

HSL color Cylindrical-coordinate representation of color #690E5B: hue angle of 309.23º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #690E5B is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 14 91 -
CMYK 0 0.87 0.13 0.59
HSL 309.23º 0.76% 0.23% -
HSV(B) 309.23º 0.87% 0.41% -
XYZ 7.87 4.07 10.27 -
YUV 49.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 105 14 91 0 0.87 0.13 0.59 309.23 0.76 0.23
Hex 69 E 5B 0 57 D 3B 135 4C 17
Octal 151 16 133 0 127 15 73 465 114 27
Binary 1101001 1110 1011011 0 1010111 1101 111011 100110101 1001100 10111

Color Harmonies of #690E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E5B

Black with #690E5B

Text Example


Text Example

White with #690E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690E5B; }

 p { color: rgb(105,14,91); }

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

background-color css

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

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

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

border-color css

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

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

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