Html Css Color HEX #691081 Purple

📋 copy color: '#691081'

red 105 ◦ green 16 ◦ blue 129

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

Shades of Purple #691081

Tints of Purple #691081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 51.6%

R = 42%
G = 6.4%
B = 51.6%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#691081 (or 0x691081) is known color: Purple. HEX triplet: 69, 10 and 81. RGB value is (105,16,129). Sum of RGB (Red+Green+Blue) = 105+16+129=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #691081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691081 is #96EF7E. Grayscale: #373737. Windows color (decimal): -9891711 or 8458345. OLE color: 8458345.

HSL color Cylindrical-coordinate representation of color #691081: hue angle of 287.26º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691081 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 16 129 -
CMYK 0.19 0.88 0 0.49
HSL 287.26º 0.78% 0.28% -
HSV(B) 287.26º 0.88% 0.51% -
XYZ 9.97 4.96 21.2 -
YUV 55.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 105 16 129 0.19 0.88 0 0.49 287.26 0.78 0.28
Hex 69 10 81 13 58 0 31 11F 4E 1C
Octal 151 20 201 23 130 0 61 437 116 34
Binary 1101001 10000 10000001 10011 1011000 0 110001 100011111 1001110 11100

Color Harmonies of #691081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691081

Black with #691081

Text Example


Text Example

White with #691081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691081; }

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

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

background-color css

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

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

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

border-color css

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

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

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