Html Css Color HEX #690161 Purple

📋 copy color: '#690161'

red 105 ◦ green 1 ◦ blue 97

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

Shades of Purple #690161

Tints of Purple #690161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 51.72%
G = 0.49%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#690161 (or 0x690161) is known color: Purple. HEX triplet: 69, 01 and 61. RGB value is (105,1,97). Sum of RGB (Red+Green+Blue) = 105+1+97=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #690161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690161 is #96FE9E. Grayscale: #2A2A2A. Windows color (decimal): -9895583 or 6357353. OLE color: 6357353.

HSL color Cylindrical-coordinate representation of color #690161: hue angle of 304.62º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690161 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 1 97 -
CMYK 0 0.99 0.08 0.59
HSL 304.62º 0.98% 0.21% -
HSV(B) 304.62º 0.99% 0.41% -
XYZ 7.99 3.89 11.64 -
YUV 43.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 105 1 97 0 0.99 0.08 0.59 304.62 0.98 0.21
Hex 69 1 61 0 63 8 3B 131 62 15
Octal 151 1 141 0 143 10 73 461 142 25
Binary 1101001 1 1100001 0 1100011 1000 111011 100110001 1100010 10101

Color Harmonies of #690161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690161

Black with #690161

Text Example


Text Example

White with #690161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690161; }

 p { color: rgb(105,1,97); }

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

background-color css

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

 a { background-color: rgb(105,1,97); }

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

border-color css

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

 span { border-color: rgb(105,1,97); }

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