Html Css Color HEX #690189 Purple

📋 copy color: '#690189'

red 105 ◦ green 1 ◦ blue 137

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

Shades of Purple #690189

Tints of Purple #690189

RGB

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

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

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

R = 43.21%
G = 0.41%
B = 56.38%

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

#690189 (or 0x690189) is known color: Purple. HEX triplet: 69, 01 and 89. RGB value is (105,1,137). Sum of RGB (Red+Green+Blue) = 105+1+137=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #690189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690189 is #96FE76. Grayscale: #2F2F2F. Windows color (decimal): -9895543 or 8978793. OLE color: 8978793.

HSL color Cylindrical-coordinate representation of color #690189: hue angle of 285.88º degrees, saturation: 0.99, 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 #690189 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 1 137 -
CMYK 0.23 0.99 0 0.46
HSL 285.88º 0.99% 0.27% -
HSV(B) 285.88º 0.99% 0.54% -
XYZ 10.35 4.83 24.05 -
YUV 47.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 105 1 137 0.23 0.99 0 0.46 285.88 0.99 0.27
Hex 69 1 89 17 63 0 2E 11E 63 1B
Octal 151 1 211 27 143 0 56 436 143 33
Binary 1101001 1 10001001 10111 1100011 0 101110 100011110 1100011 11011

Color Harmonies of #690189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690189

Black with #690189

Text Example


Text Example

White with #690189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690189; }

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

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

background-color css

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

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

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

border-color css

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

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

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