Html Css Color HEX #691071 Purple

📋 copy color: '#691071'

red 105 ◦ green 16 ◦ blue 113

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

Shades of Purple #691071

Tints of Purple #691071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

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

R = 44.87%
G = 6.84%
B = 48.29%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#691071 (or 0x691071) is known color: Purple. HEX triplet: 69, 10 and 71. RGB value is (105,16,113). Sum of RGB (Red+Green+Blue) = 105+16+113=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #691071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691071 is #96EF8E. Grayscale: #353535. Windows color (decimal): -9891727 or 7409769. OLE color: 7409769.

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

Color convert

RGB 105 16 113 -
CMYK 0.07 0.86 0 0.56
HSL 295.05º 0.75% 0.25% -
HSV(B) 295.05º 0.86% 0.44% -
XYZ 8.99 4.57 16.03 -
YUV 53.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 105 16 113 0.07 0.86 0 0.56 295.05 0.75 0.25
Hex 69 10 71 7 56 0 38 127 4B 19
Octal 151 20 161 7 126 0 70 447 113 31
Binary 1101001 10000 1110001 111 1010110 0 111000 100100111 1001011 11001

Color Harmonies of #691071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691071

Black with #691071

Text Example


Text Example

White with #691071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691071; }

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

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

background-color css

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

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

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

border-color css

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

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

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