Html Css Color HEX #690479 Purple

📋 copy color: '#690479'

red 105 ◦ green 4 ◦ blue 121

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

Shades of Purple #690479

Tints of Purple #690479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.74%

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

R = 45.65%
G = 1.74%
B = 52.61%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#690479 (or 0x690479) is known color: Purple. HEX triplet: 69, 04 and 79. RGB value is (105,4,121). Sum of RGB (Red+Green+Blue) = 105+4+121=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #690479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690479 is #96FB86. Grayscale: #2F2F2F. Windows color (decimal): -9894791 or 7930985. OLE color: 7930985.

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

Color convert

RGB 105 4 121 -
CMYK 0.13 0.97 0 0.53
HSL 291.79º 0.94% 0.25% -
HSV(B) 291.79º 0.97% 0.47% -
XYZ 9.32 4.47 18.46 -
YUV 47.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 105 4 121 0.13 0.97 0 0.53 291.79 0.94 0.25
Hex 69 4 79 D 61 0 35 124 5E 19
Octal 151 4 171 15 141 0 65 444 136 31
Binary 1101001 100 1111001 1101 1100001 0 110101 100100100 1011110 11001

Color Harmonies of #690479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690479

Black with #690479

Text Example


Text Example

White with #690479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690479; }

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

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

background-color css

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

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

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

border-color css

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

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

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