Html Css Color HEX #690289 Purple

📋 copy color: '#690289'

red 105 ◦ green 2 ◦ blue 137

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

Shades of Purple #690289

Tints of Purple #690289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.15%

R = 43.03%
G = 0.82%
B = 56.15%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#690289 (or 0x690289) is known color: Purple. HEX triplet: 69, 02 and 89. RGB value is (105,2,137). Sum of RGB (Red+Green+Blue) = 105+2+137=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #690289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690289 is #96FD76. Grayscale: #2F2F2F. Windows color (decimal): -9895287 or 8979049. OLE color: 8979049.

HSL color Cylindrical-coordinate representation of color #690289: hue angle of 285.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690289 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 2 137 -
CMYK 0.23 0.99 0 0.46
HSL 285.78º 0.97% 0.27% -
HSV(B) 285.78º 0.99% 0.54% -
XYZ 10.36 4.85 24.06 -
YUV 48.19 178.12 168.52 -
System Red Green Blue C M Y K H S L
Decimal 105 2 137 0.23 0.99 0 0.46 285.78 0.97 0.27
Hex 69 2 89 17 63 0 2E 11E 61 1B
Octal 151 2 211 27 143 0 56 436 141 33
Binary 1101001 10 10001001 10111 1100011 0 101110 100011110 1100001 11011

Color Harmonies of #690289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690289

Black with #690289

Text Example


Text Example

White with #690289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690289; }

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

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

background-color css

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

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

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

border-color css

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

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

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