Html Css Color HEX #690576 Purple

📋 copy color: '#690576'

red 105 ◦ green 5 ◦ blue 118

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

Shades of Purple #690576

Tints of Purple #690576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.75%

R = 46.05%
G = 2.19%
B = 51.75%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#690576 (or 0x690576) is known color: Purple. HEX triplet: 69, 05 and 76. RGB value is (105,5,118). Sum of RGB (Red+Green+Blue) = 105+5+118=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #690576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690576 is #96FA89. Grayscale: #2F2F2F. Windows color (decimal): -9894538 or 7734633. OLE color: 7734633.

HSL color Cylindrical-coordinate representation of color #690576: hue angle of 293.1º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690576 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 5 118 -
CMYK 0.11 0.96 0 0.54
HSL 293.1º 0.92% 0.24% -
HSV(B) 293.1º 0.96% 0.46% -
XYZ 9.15 4.42 17.51 -
YUV 47.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 105 5 118 0.11 0.96 0 0.54 293.1 0.92 0.24
Hex 69 5 76 B 60 0 36 125 5C 18
Octal 151 5 166 13 140 0 66 445 134 30
Binary 1101001 101 1110110 1011 1100000 0 110110 100100101 1011100 11000

Color Harmonies of #690576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690576

Black with #690576

Text Example


Text Example

White with #690576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690576; }

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

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

background-color css

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

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

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

border-color css

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

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

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