Html Css Color HEX #690579 Purple

📋 copy color: '#690579'

red 105 ◦ green 5 ◦ blue 121

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

Shades of Purple #690579

Tints of Purple #690579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 121 (47.66% from 255) = 52.38%

R = 45.45%
G = 2.16%
B = 52.38%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#690579 (or 0x690579) is known color: Purple. HEX triplet: 69, 05 and 79. RGB value is (105,5,121). Sum of RGB (Red+Green+Blue) = 105+5+121=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #690579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690579 is #96FA86. Grayscale: #2F2F2F. Windows color (decimal): -9894535 or 7931241. OLE color: 7931241.

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

Color convert

RGB 105 5 121 -
CMYK 0.13 0.96 0 0.53
HSL 291.72º 0.92% 0.25% -
HSV(B) 291.72º 0.96% 0.47% -
XYZ 9.33 4.49 18.46 -
YUV 48.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 105 5 121 0.13 0.96 0 0.53 291.72 0.92 0.25
Hex 69 5 79 D 60 0 35 124 5C 19
Octal 151 5 171 15 140 0 65 444 134 31
Binary 1101001 101 1111001 1101 1100000 0 110101 100100100 1011100 11001

Color Harmonies of #690579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690579

Black with #690579

Text Example


Text Example

White with #690579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690579; }

 p { color: rgb(105,5,121); }

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

background-color css

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

 a { background-color: rgb(105,5,121); }

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

border-color css

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

 span { border-color: rgb(105,5,121); }

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