Html Css Color HEX #690C65 Palatinate Purple

📋 copy color: '#690C65'

red 105 ◦ green 12 ◦ blue 101

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

Shades of Palatinate Purple #690C65

Tints of Palatinate Purple #690C65

RGB

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

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

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

R = 48.17%
G = 5.5%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#690C65 (or 0x690C65) is known color: Palatinate Purple. HEX triplet: 69, 0C and 65. RGB value is (105,12,101). Sum of RGB (Red+Green+Blue) = 105+12+101=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #690C65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C65 is #96F39A. Grayscale: #313131. Windows color (decimal): -9892763 or 6622313. OLE color: 6622313.

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

Color convert

RGB 105 12 101 -
CMYK 0 0.89 0.04 0.59
HSL 302.58º 0.79% 0.23% -
HSV(B) 302.58º 0.89% 0.41% -
XYZ 8.31 4.21 12.69 -
YUV 49.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 105 12 101 0 0.89 0.04 0.59 302.58 0.79 0.23
Hex 69 C 65 0 59 4 3B 12F 4F 17
Octal 151 14 145 0 131 4 73 457 117 27
Binary 1101001 1100 1100101 0 1011001 100 111011 100101111 1001111 10111

Color Harmonies of #690C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C65

Black with #690C65

Text Example


Text Example

White with #690C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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