Html Css Color HEX #690679 Purple

📋 copy color: '#690679'

red 105 ◦ green 6 ◦ blue 121

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

Shades of Purple #690679

Tints of Purple #690679

RGB

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

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

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

R = 45.26%
G = 2.59%
B = 52.16%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#690679 (or 0x690679) is known color: Purple. HEX triplet: 69, 06 and 79. RGB value is (105,6,121). Sum of RGB (Red+Green+Blue) = 105+6+121=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #690679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690679 is #96F986. Grayscale: #303030. Windows color (decimal): -9894279 or 7931497. OLE color: 7931497.

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

Color convert

RGB 105 6 121 -
CMYK 0.13 0.95 0 0.53
HSL 291.65º 0.91% 0.25% -
HSV(B) 291.65º 0.95% 0.47% -
XYZ 9.34 4.51 18.47 -
YUV 48.71 168.8 168.15 -
System Red Green Blue C M Y K H S L
Decimal 105 6 121 0.13 0.95 0 0.53 291.65 0.91 0.25
Hex 69 6 79 D 5F 0 35 124 5B 19
Octal 151 6 171 15 137 0 65 444 133 31
Binary 1101001 110 1111001 1101 1011111 0 110101 100100100 1011011 11001

Color Harmonies of #690679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690679

Black with #690679

Text Example


Text Example

White with #690679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690679; }

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

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

background-color css

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

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

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

border-color css

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

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

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