Html Css Color HEX #690687 Purple

📋 copy color: '#690687'

red 105 ◦ green 6 ◦ blue 135

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

Shades of Purple #690687

Tints of Purple #690687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.44%

 BLUE value IS 135 (53.13% from 255) = 54.88%

R = 42.68%
G = 2.44%
B = 54.88%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#690687 (or 0x690687) is known color: Purple. HEX triplet: 69, 06 and 87. RGB value is (105,6,135). Sum of RGB (Red+Green+Blue) = 105+6+135=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #690687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690687 is #96F978. Grayscale: #313131. Windows color (decimal): -9894265 or 8849001. OLE color: 8849001.

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

Color convert

RGB 105 6 135 -
CMYK 0.22 0.96 0 0.47
HSL 286.05º 0.91% 0.28% -
HSV(B) 286.05º 0.96% 0.53% -
XYZ 10.26 4.88 23.32 -
YUV 50.31 175.8 167.01 -
System Red Green Blue C M Y K H S L
Decimal 105 6 135 0.22 0.96 0 0.47 286.05 0.91 0.28
Hex 69 6 87 16 60 0 2F 11E 5B 1C
Octal 151 6 207 26 140 0 57 436 133 34
Binary 1101001 110 10000111 10110 1100000 0 101111 100011110 1011011 11100

Color Harmonies of #690687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690687

Black with #690687

Text Example


Text Example

White with #690687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690687; }

 p { color: rgb(105,6,135); }

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

background-color css

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

 a { background-color: rgb(105,6,135); }

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

border-color css

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

 span { border-color: rgb(105,6,135); }

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