Html Css Color HEX #690D58 Palatinate Purple

📋 copy color: '#690D58'

red 105 ◦ green 13 ◦ blue 88

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

Shades of Palatinate Purple #690D58

Tints of Palatinate Purple #690D58

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.31%

 BLUE value IS 88 (34.77% from 255) = 42.72%

R = 50.97%
G = 6.31%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#690D58 (or 0x690D58) is known color: Palatinate Purple. HEX triplet: 69, 0D and 58. RGB value is (105,13,88). Sum of RGB (Red+Green+Blue) = 105+13+88=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #690D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D58 is #96F2A7. Grayscale: #303030. Windows color (decimal): -9892520 or 5770601. OLE color: 5770601.

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

Color convert

RGB 105 13 88 -
CMYK 0 0.88 0.16 0.59
HSL 311.09º 0.78% 0.23% -
HSV(B) 311.09º 0.88% 0.41% -
XYZ 7.73 4 9.6 -
YUV 49.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 105 13 88 0 0.88 0.16 0.59 311.09 0.78 0.23
Hex 69 D 58 0 58 10 3B 137 4E 17
Octal 151 15 130 0 130 20 73 467 116 27
Binary 1101001 1101 1011000 0 1011000 10000 111011 100110111 1001110 10111

Color Harmonies of #690D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D58

Black with #690D58

Text Example


Text Example

White with #690D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,13,88); }

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

background-color css

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

 a { background-color: rgb(105,13,88); }

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

border-color css

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

 span { border-color: rgb(105,13,88); }

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