Html Css Color HEX #690D77 Purple

📋 copy color: '#690D77'

red 105 ◦ green 13 ◦ blue 119

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

Shades of Purple #690D77

Tints of Purple #690D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.49%

 BLUE value IS 119 (46.88% from 255) = 50.21%

R = 44.3%
G = 5.49%
B = 50.21%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#690D77 (or 0x690D77) is known color: Purple. HEX triplet: 69, 0D and 77. RGB value is (105,13,119). Sum of RGB (Red+Green+Blue) = 105+13+119=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #690D77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D77 is #96F288. Grayscale: #343434. Windows color (decimal): -9892489 or 7802217. OLE color: 7802217.

HSL color Cylindrical-coordinate representation of color #690D77: hue angle of 292.08º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690D77 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 13 119 -
CMYK 0.12 0.89 0 0.53
HSL 292.08º 0.8% 0.26% -
HSV(B) 292.08º 0.89% 0.47% -
XYZ 9.3 4.62 17.85 -
YUV 52.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 105 13 119 0.12 0.89 0 0.53 292.08 0.8 0.26
Hex 69 D 77 C 59 0 35 124 50 1A
Octal 151 15 167 14 131 0 65 444 120 32
Binary 1101001 1101 1110111 1100 1011001 0 110101 100100100 1010000 11010

Color Harmonies of #690D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D77

Black with #690D77

Text Example


Text Example

White with #690D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690D77; }

 p { color: rgb(105,13,119); }

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

background-color css

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

 a { background-color: rgb(105,13,119); }

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

border-color css

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

 span { border-color: rgb(105,13,119); }

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