Html Css Color HEX #690788 Purple

📋 copy color: '#690788'

red 105 ◦ green 7 ◦ blue 136

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

Shades of Purple #690788

Tints of Purple #690788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

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

R = 42.34%
G = 2.82%
B = 54.84%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#690788 (or 0x690788) is known color: Purple. HEX triplet: 69, 07 and 88. RGB value is (105,7,136). Sum of RGB (Red+Green+Blue) = 105+7+136=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #690788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690788 is #96F877. Grayscale: #323232. Windows color (decimal): -9894008 or 8914793. OLE color: 8914793.

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

Color convert

RGB 105 7 136 -
CMYK 0.23 0.95 0 0.47
HSL 285.58º 0.9% 0.28% -
HSV(B) 285.58º 0.95% 0.53% -
XYZ 10.35 4.93 23.7 -
YUV 51.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 105 7 136 0.23 0.95 0 0.47 285.58 0.9 0.28
Hex 69 7 88 17 5F 0 2F 11E 5A 1C
Octal 151 7 210 27 137 0 57 436 132 34
Binary 1101001 111 10001000 10111 1011111 0 101111 100011110 1011010 11100

Color Harmonies of #690788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690788

Black with #690788

Text Example


Text Example

White with #690788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690788; }

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

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

background-color css

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

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

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

border-color css

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

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

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