Html Css Color HEX #690971 Purple

📋 copy color: '#690971'

red 105 ◦ green 9 ◦ blue 113

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

Shades of Purple #690971

Tints of Purple #690971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 46.26%
G = 3.96%
B = 49.78%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690971 (or 0x690971) is known color: Purple. HEX triplet: 69, 09 and 71. RGB value is (105,9,113). Sum of RGB (Red+Green+Blue) = 105+9+113=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #690971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690971 is #96F68E. Grayscale: #313131. Windows color (decimal): -9893519 or 7407977. OLE color: 7407977.

HSL color Cylindrical-coordinate representation of color #690971: hue angle of 295.38º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690971 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 9 113 -
CMYK 0.07 0.92 0 0.56
HSL 295.38º 0.85% 0.24% -
HSV(B) 295.38º 0.92% 0.44% -
XYZ 8.9 4.39 16 -
YUV 49.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 105 9 113 0.07 0.92 0 0.56 295.38 0.85 0.24
Hex 69 9 71 7 5C 0 38 127 55 18
Octal 151 11 161 7 134 0 70 447 125 30
Binary 1101001 1001 1110001 111 1011100 0 111000 100100111 1010101 11000

Color Harmonies of #690971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690971

Black with #690971

Text Example


Text Example

White with #690971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690971; }

 p { color: rgb(105,9,113); }

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

background-color css

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

 a { background-color: rgb(105,9,113); }

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

border-color css

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

 span { border-color: rgb(105,9,113); }

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