Html Css Color HEX #690477 Purple

📋 copy color: '#690477'

red 105 ◦ green 4 ◦ blue 119

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

Shades of Purple #690477

Tints of Purple #690477

RGB

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

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

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

R = 46.05%
G = 1.75%
B = 52.19%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#690477 (or 0x690477) is known color: Purple. HEX triplet: 69, 04 and 77. RGB value is (105,4,119). Sum of RGB (Red+Green+Blue) = 105+4+119=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #690477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690477 is #96FB88. Grayscale: #2E2E2E. Windows color (decimal): -9894793 or 7799913. OLE color: 7799913.

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

Color convert

RGB 105 4 119 -
CMYK 0.12 0.97 0 0.53
HSL 292.7º 0.93% 0.24% -
HSV(B) 292.7º 0.97% 0.47% -
XYZ 9.2 4.42 17.82 -
YUV 47.31 168.46 169.15 -
System Red Green Blue C M Y K H S L
Decimal 105 4 119 0.12 0.97 0 0.53 292.7 0.93 0.24
Hex 69 4 77 C 61 0 35 125 5D 18
Octal 151 4 167 14 141 0 65 445 135 30
Binary 1101001 100 1110111 1100 1100001 0 110101 100100101 1011101 11000

Color Harmonies of #690477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690477

Black with #690477

Text Example


Text Example

White with #690477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690477; }

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

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

background-color css

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

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

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

border-color css

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

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

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