Html Css Color HEX #690963 Palatinate Purple

📋 copy color: '#690963'

red 105 ◦ green 9 ◦ blue 99

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

Shades of Palatinate Purple #690963

Tints of Palatinate Purple #690963

RGB

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

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

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

R = 49.3%
G = 4.23%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#690963 (or 0x690963) is known color: Palatinate Purple. HEX triplet: 69, 09 and 63. RGB value is (105,9,99). Sum of RGB (Red+Green+Blue) = 105+9+99=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #690963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690963 is #96F69C. Grayscale: #2F2F2F. Windows color (decimal): -9893533 or 6490473. OLE color: 6490473.

HSL color Cylindrical-coordinate representation of color #690963: hue angle of 303.75º 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 #690963 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 99 -
CMYK 0 0.91 0.06 0.59
HSL 303.75º 0.84% 0.22% -
HSV(B) 303.75º 0.91% 0.41% -
XYZ 8.18 4.1 12.16 -
YUV 47.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 105 9 99 0 0.91 0.06 0.59 303.75 0.84 0.22
Hex 69 9 63 0 5B 6 3B 130 54 16
Octal 151 11 143 0 133 6 73 460 124 26
Binary 1101001 1001 1100011 0 1011011 110 111011 100110000 1010100 10110

Color Harmonies of #690963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690963

Black with #690963

Text Example


Text Example

White with #690963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690963; }

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

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

background-color css

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

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

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

border-color css

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

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

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