Html Css Color HEX #691073 Purple

📋 copy color: '#691073'

red 105 ◦ green 16 ◦ blue 115

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

Shades of Purple #691073

Tints of Purple #691073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.73%

R = 44.49%
G = 6.78%
B = 48.73%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#691073 (or 0x691073) is known color: Purple. HEX triplet: 69, 10 and 73. RGB value is (105,16,115). Sum of RGB (Red+Green+Blue) = 105+16+115=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #691073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691073 is #96EF8C. Grayscale: #353535. Windows color (decimal): -9891725 or 7540841. OLE color: 7540841.

HSL color Cylindrical-coordinate representation of color #691073: hue angle of 293.94º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691073 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 16 115 -
CMYK 0.09 0.86 0 0.55
HSL 293.94º 0.76% 0.26% -
HSV(B) 293.94º 0.86% 0.45% -
XYZ 9.11 4.61 16.63 -
YUV 53.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 105 16 115 0.09 0.86 0 0.55 293.94 0.76 0.26
Hex 69 10 73 9 56 0 37 126 4C 1A
Octal 151 20 163 11 126 0 67 446 114 32
Binary 1101001 10000 1110011 1001 1010110 0 110111 100100110 1001100 11010

Color Harmonies of #691073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691073

Black with #691073

Text Example


Text Example

White with #691073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691073; }

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

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

background-color css

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

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

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

border-color css

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

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

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