Html Css Color HEX #690B63 Palatinate Purple

📋 copy color: '#690B63'

red 105 ◦ green 11 ◦ blue 99

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

Shades of Palatinate Purple #690B63

Tints of Palatinate Purple #690B63

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 48.84%
G = 5.12%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#690B63 (or 0x690B63) is known color: Palatinate Purple. HEX triplet: 69, 0B and 63. RGB value is (105,11,99). Sum of RGB (Red+Green+Blue) = 105+11+99=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #690B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B63 is #96F49C. Grayscale: #303030. Windows color (decimal): -9893021 or 6490985. OLE color: 6490985.

HSL color Cylindrical-coordinate representation of color #690B63: hue angle of 303.83º degrees, saturation: 0.81, 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 #690B63 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 99 -
CMYK 0 0.90 0.06 0.59
HSL 303.83º 0.81% 0.23% -
HSV(B) 303.83º 0.9% 0.41% -
XYZ 8.2 4.14 12.17 -
YUV 49.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 105 11 99 0 0.90 0.06 0.59 303.83 0.81 0.23
Hex 69 B 63 0 5A 6 3B 130 51 17
Octal 151 13 143 0 132 6 73 460 121 27
Binary 1101001 1011 1100011 0 1011010 110 111011 100110000 1010001 10111

Color Harmonies of #690B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B63

Black with #690B63

Text Example


Text Example

White with #690B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,11,99); }

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

background-color css

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

 a { background-color: rgb(105,11,99); }

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

border-color css

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

 span { border-color: rgb(105,11,99); }

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