Html Css Color HEX #690965 Palatinate Purple

📋 copy color: '#690965'

red 105 ◦ green 9 ◦ blue 101

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

Shades of Palatinate Purple #690965

Tints of Palatinate Purple #690965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

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

R = 48.84%
G = 4.19%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#690965 (or 0x690965) is known color: Palatinate Purple. HEX triplet: 69, 09 and 65. RGB value is (105,9,101). Sum of RGB (Red+Green+Blue) = 105+9+101=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #690965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690965 is #96F69A. Grayscale: #2F2F2F. Windows color (decimal): -9893531 or 6621545. OLE color: 6621545.

HSL color Cylindrical-coordinate representation of color #690965: hue angle of 302.5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690965 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 101 -
CMYK 0 0.91 0.04 0.59
HSL 302.5º 0.84% 0.22% -
HSV(B) 302.5º 0.91% 0.41% -
XYZ 8.27 4.14 12.67 -
YUV 48.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 105 9 101 0 0.91 0.04 0.59 302.5 0.84 0.22
Hex 69 9 65 0 5B 4 3B 12E 54 16
Octal 151 11 145 0 133 4 73 456 124 26
Binary 1101001 1001 1100101 0 1011011 100 111011 100101110 1010100 10110

Color Harmonies of #690965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690965

Black with #690965

Text Example


Text Example

White with #690965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690965; }

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

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

background-color css

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

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

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

border-color css

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

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

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