Html Css Color HEX #690160 Palatinate Purple

📋 copy color: '#690160'

red 105 ◦ green 1 ◦ blue 96

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

Shades of Palatinate Purple #690160

Tints of Palatinate Purple #690160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 96 (37.89% from 255) = 47.52%

R = 51.98%
G = 0.5%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#690160 (or 0x690160) is known color: Palatinate Purple. HEX triplet: 69, 01 and 60. RGB value is (105,1,96). Sum of RGB (Red+Green+Blue) = 105+1+96=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #690160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690160 is #96FE9F. Grayscale: #2A2A2A. Windows color (decimal): -9895584 or 6291817. OLE color: 6291817.

HSL color Cylindrical-coordinate representation of color #690160: hue angle of 305.19º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690160 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 1 96 -
CMYK 0 0.99 0.09 0.59
HSL 305.19º 0.98% 0.21% -
HSV(B) 305.19º 0.99% 0.41% -
XYZ 7.95 3.87 11.39 -
YUV 42.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 105 1 96 0 0.99 0.09 0.59 305.19 0.98 0.21
Hex 69 1 60 0 63 9 3B 131 62 15
Octal 151 1 140 0 143 11 73 461 142 25
Binary 1101001 1 1100000 0 1100011 1001 111011 100110001 1100010 10101

Color Harmonies of #690160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690160

Black with #690160

Text Example


Text Example

White with #690160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690160; }

 p { color: rgb(105,1,96); }

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

background-color css

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

 a { background-color: rgb(105,1,96); }

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

border-color css

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

 span { border-color: rgb(105,1,96); }

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