Html Css Color HEX #690C61 Palatinate Purple

📋 copy color: '#690C61'

red 105 ◦ green 12 ◦ blue 97

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

Shades of Palatinate Purple #690C61

Tints of Palatinate Purple #690C61

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.61%

 BLUE value IS 97 (38.28% from 255) = 45.33%

R = 49.07%
G = 5.61%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#690C61 (or 0x690C61) is known color: Palatinate Purple. HEX triplet: 69, 0C and 61. RGB value is (105,12,97). Sum of RGB (Red+Green+Blue) = 105+12+97=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #690C61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C61 is #96F39E. Grayscale: #313131. Windows color (decimal): -9892767 or 6360169. OLE color: 6360169.

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

Color convert

RGB 105 12 97 -
CMYK 0 0.89 0.08 0.59
HSL 305.16º 0.79% 0.23% -
HSV(B) 305.16º 0.89% 0.41% -
XYZ 8.11 4.13 11.68 -
YUV 49.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 105 12 97 0 0.89 0.08 0.59 305.16 0.79 0.23
Hex 69 C 61 0 59 8 3B 131 4F 17
Octal 151 14 141 0 131 10 73 461 117 27
Binary 1101001 1100 1100001 0 1011001 1000 111011 100110001 1001111 10111

Color Harmonies of #690C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C61

Black with #690C61

Text Example


Text Example

White with #690C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,12,97); }

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

background-color css

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

 a { background-color: rgb(105,12,97); }

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

border-color css

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

 span { border-color: rgb(105,12,97); }

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