Html Css Color HEX #690F65 Palatinate Purple

📋 copy color: '#690F65'

red 105 ◦ green 15 ◦ blue 101

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

Shades of Palatinate Purple #690F65

Tints of Palatinate Purple #690F65

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.79%

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

R = 47.51%
G = 6.79%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#690F65 (or 0x690F65) is known color: Palatinate Purple. HEX triplet: 69, 0F and 65. RGB value is (105,15,101). Sum of RGB (Red+Green+Blue) = 105+15+101=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #690F65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F65 is #96F09A. Grayscale: #333333. Windows color (decimal): -9891995 or 6623081. OLE color: 6623081.

HSL color Cylindrical-coordinate representation of color #690F65: hue angle of 302.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F65 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 15 101 -
CMYK 0 0.86 0.04 0.59
HSL 302.67º 0.75% 0.24% -
HSV(B) 302.67º 0.86% 0.41% -
XYZ 8.35 4.28 12.7 -
YUV 51.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 105 15 101 0 0.86 0.04 0.59 302.67 0.75 0.24
Hex 69 F 65 0 56 4 3B 12F 4B 18
Octal 151 17 145 0 126 4 73 457 113 30
Binary 1101001 1111 1100101 0 1010110 100 111011 100101111 1001011 11000

Color Harmonies of #690F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F65

Black with #690F65

Text Example


Text Example

White with #690F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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