Html Css Color HEX #690871 Purple

📋 copy color: '#690871'

red 105 ◦ green 8 ◦ blue 113

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

Shades of Purple #690871

Tints of Purple #690871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.54%

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

R = 46.46%
G = 3.54%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690871 (or 0x690871) is known color: Purple. HEX triplet: 69, 08 and 71. RGB value is (105,8,113). Sum of RGB (Red+Green+Blue) = 105+8+113=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #690871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690871 is #96F78E. Grayscale: #303030. Windows color (decimal): -9893775 or 7407721. OLE color: 7407721.

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

Color convert

RGB 105 8 113 -
CMYK 0.07 0.93 0 0.56
HSL 295.43º 0.87% 0.24% -
HSV(B) 295.43º 0.93% 0.44% -
XYZ 8.89 4.37 16 -
YUV 48.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 105 8 113 0.07 0.93 0 0.56 295.43 0.87 0.24
Hex 69 8 71 7 5D 0 38 127 57 18
Octal 151 10 161 7 135 0 70 447 127 30
Binary 1101001 1000 1110001 111 1011101 0 111000 100100111 1010111 11000

Color Harmonies of #690871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690871

Black with #690871

Text Example


Text Example

White with #690871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690871; }

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

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

background-color css

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

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

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

border-color css

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

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

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