Html Css Color HEX #690460 Palatinate Purple

📋 copy color: '#690460'

red 105 ◦ green 4 ◦ blue 96

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

Shades of Palatinate Purple #690460

Tints of Palatinate Purple #690460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.95%

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

R = 51.22%
G = 1.95%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#690460 (or 0x690460) is known color: Palatinate Purple. HEX triplet: 69, 04 and 60. RGB value is (105,4,96). Sum of RGB (Red+Green+Blue) = 105+4+96=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #690460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690460 is #96FB9F. Grayscale: #2C2C2C. Windows color (decimal): -9894816 or 6292585. OLE color: 6292585.

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

Color convert

RGB 105 4 96 -
CMYK 0 0.96 0.09 0.59
HSL 305.35º 0.93% 0.21% -
HSV(B) 305.35º 0.96% 0.41% -
XYZ 7.98 3.93 11.41 -
YUV 44.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 105 4 96 0 0.96 0.09 0.59 305.35 0.93 0.21
Hex 69 4 60 0 60 9 3B 131 5D 15
Octal 151 4 140 0 140 11 73 461 135 25
Binary 1101001 100 1100000 0 1100000 1001 111011 100110001 1011101 10101

Color Harmonies of #690460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690460

Black with #690460

Text Example


Text Example

White with #690460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690460; }

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

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

background-color css

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

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

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

border-color css

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

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

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