Html Css Color HEX #690A65 Palatinate Purple

📋 copy color: '#690A65'

red 105 ◦ green 10 ◦ blue 101

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

Shades of Palatinate Purple #690A65

Tints of Palatinate Purple #690A65

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.63%

 BLUE value IS 101 (39.84% from 255) = 46.76%

R = 48.61%
G = 4.63%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#690A65 (or 0x690A65) is known color: Palatinate Purple. HEX triplet: 69, 0A and 65. RGB value is (105,10,101). Sum of RGB (Red+Green+Blue) = 105+10+101=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #690A65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A65 is #96F59A. Grayscale: #303030. Windows color (decimal): -9893275 or 6621801. OLE color: 6621801.

HSL color Cylindrical-coordinate representation of color #690A65: hue angle of 302.53º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690A65 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 10 101 -
CMYK 0 0.90 0.04 0.59
HSL 302.53º 0.83% 0.23% -
HSV(B) 302.53º 0.9% 0.41% -
XYZ 8.28 4.16 12.68 -
YUV 48.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 105 10 101 0 0.90 0.04 0.59 302.53 0.83 0.23
Hex 69 A 65 0 5A 4 3B 12F 53 17
Octal 151 12 145 0 132 4 73 457 123 27
Binary 1101001 1010 1100101 0 1011010 100 111011 100101111 1010011 10111

Color Harmonies of #690A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A65

Black with #690A65

Text Example


Text Example

White with #690A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,10,101); }

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

background-color css

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

 a { background-color: rgb(105,10,101); }

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

border-color css

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

 span { border-color: rgb(105,10,101); }

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