Html Css Color HEX #690E5C Palatinate Purple

📋 copy color: '#690E5C'

red 105 ◦ green 14 ◦ blue 92

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

Shades of Palatinate Purple #690E5C

Tints of Palatinate Purple #690E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 49.76%
G = 6.64%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#690E5C (or 0x690E5C) is known color: Palatinate Purple. HEX triplet: 69, 0E and 5C. RGB value is (105,14,92). Sum of RGB (Red+Green+Blue) = 105+14+92=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #690E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690E5C is #96F1A3. Grayscale: #313131. Windows color (decimal): -9892260 or 6033001. OLE color: 6033001.

HSL color Cylindrical-coordinate representation of color #690E5C: hue angle of 308.57º 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 #690E5C is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 14 92 -
CMYK 0 0.87 0.12 0.59
HSL 308.57º 0.76% 0.23% -
HSV(B) 308.57º 0.87% 0.41% -
XYZ 7.91 4.09 10.5 -
YUV 50.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 105 14 92 0 0.87 0.12 0.59 308.57 0.76 0.23
Hex 69 E 5C 0 57 C 3B 135 4C 17
Octal 151 16 134 0 127 14 73 465 114 27
Binary 1101001 1110 1011100 0 1010111 1100 111011 100110101 1001100 10111

Color Harmonies of #690E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E5C

Black with #690E5C

Text Example


Text Example

White with #690E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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