Html Css Color HEX #690E5E Palatinate Purple

📋 copy color: '#690E5E'

red 105 ◦ green 14 ◦ blue 94

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

Shades of Palatinate Purple #690E5E

Tints of Palatinate Purple #690E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.13%

R = 49.3%
G = 6.57%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#690E5E (or 0x690E5E) is known color: Palatinate Purple. HEX triplet: 69, 0E and 5E. RGB value is (105,14,94). Sum of RGB (Red+Green+Blue) = 105+14+94=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #690E5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690E5E is #96F1A1. Grayscale: #323232. Windows color (decimal): -9892258 or 6164073. OLE color: 6164073.

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

Color convert

RGB 105 14 94 -
CMYK 0 0.87 0.10 0.59
HSL 307.25º 0.76% 0.23% -
HSV(B) 307.25º 0.87% 0.41% -
XYZ 8 4.13 10.96 -
YUV 50.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 105 14 94 0 0.87 0.10 0.59 307.25 0.76 0.23
Hex 69 E 5E 0 57 A 3B 133 4C 17
Octal 151 16 136 0 127 12 73 463 114 27
Binary 1101001 1110 1011110 0 1010111 1010 111011 100110011 1001100 10111

Color Harmonies of #690E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E5E

Black with #690E5E

Text Example


Text Example

White with #690E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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