Html Css Color HEX #690260 Palatinate Purple

📋 copy color: '#690260'

red 105 ◦ green 2 ◦ blue 96

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

Shades of Palatinate Purple #690260

Tints of Palatinate Purple #690260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 51.72%
G = 0.99%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#690260 (or 0x690260) is known color: Palatinate Purple. HEX triplet: 69, 02 and 60. RGB value is (105,2,96). Sum of RGB (Red+Green+Blue) = 105+2+96=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #690260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690260 is #96FD9F. Grayscale: #2B2B2B. Windows color (decimal): -9895328 or 6292073. OLE color: 6292073.

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

Color convert

RGB 105 2 96 -
CMYK 0 0.98 0.09 0.59
HSL 305.24º 0.96% 0.21% -
HSV(B) 305.24º 0.98% 0.41% -
XYZ 7.96 3.89 11.4 -
YUV 43.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 105 2 96 0 0.98 0.09 0.59 305.24 0.96 0.21
Hex 69 2 60 0 62 9 3B 131 60 15
Octal 151 2 140 0 142 11 73 461 140 25
Binary 1101001 10 1100000 0 1100010 1001 111011 100110001 1100000 10101

Color Harmonies of #690260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690260

Black with #690260

Text Example


Text Example

White with #690260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690260; }

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

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

background-color css

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

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

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

border-color css

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

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

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