Html Css Color HEX #690988 Purple

📋 copy color: '#690988'

red 105 ◦ green 9 ◦ blue 136

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

Shades of Purple #690988

Tints of Purple #690988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.6%

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 42%
G = 3.6%
B = 54.4%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#690988 (or 0x690988) is known color: Purple. HEX triplet: 69, 09 and 88. RGB value is (105,9,136). Sum of RGB (Red+Green+Blue) = 105+9+136=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #690988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690988 is #96F677. Grayscale: #333333. Windows color (decimal): -9893496 or 8915305. OLE color: 8915305.

HSL color Cylindrical-coordinate representation of color #690988: hue angle of 285.35º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690988 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 9 136 -
CMYK 0.23 0.93 0 0.47
HSL 285.35º 0.88% 0.28% -
HSV(B) 285.35º 0.93% 0.53% -
XYZ 10.37 4.98 23.71 -
YUV 52.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 105 9 136 0.23 0.93 0 0.47 285.35 0.88 0.28
Hex 69 9 88 17 5D 0 2F 11D 58 1C
Octal 151 11 210 27 135 0 57 435 130 34
Binary 1101001 1001 10001000 10111 1011101 0 101111 100011101 1011000 11100

Color Harmonies of #690988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690988

Black with #690988

Text Example


Text Example

White with #690988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690988; }

 p { color: rgb(105,9,136); }

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

background-color css

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

 a { background-color: rgb(105,9,136); }

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

border-color css

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

 span { border-color: rgb(105,9,136); }

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