Html Css Color HEX #691488 Purple

📋 copy color: '#691488'

red 105 ◦ green 20 ◦ blue 136

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

Shades of Purple #691488

Tints of Purple #691488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.66%

 BLUE value IS 136 (53.52% from 255) = 52.11%

R = 40.23%
G = 7.66%
B = 52.11%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#691488 (or 0x691488) is known color: Purple. HEX triplet: 69, 14 and 88. RGB value is (105,20,136). Sum of RGB (Red+Green+Blue) = 105+20+136=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #691488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691488 is #96EB77. Grayscale: #3A3A3A. Windows color (decimal): -9890680 or 8918121. OLE color: 8918121.

HSL color Cylindrical-coordinate representation of color #691488: hue angle of 283.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691488 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 20 136 -
CMYK 0.23 0.85 0 0.47
HSL 283.97º 0.74% 0.31% -
HSV(B) 283.97º 0.85% 0.53% -
XYZ 10.52 5.28 23.76 -
YUV 58.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 105 20 136 0.23 0.85 0 0.47 283.97 0.74 0.31
Hex 69 14 88 17 55 0 2F 11C 4A 1F
Octal 151 24 210 27 125 0 57 434 112 37
Binary 1101001 10100 10001000 10111 1010101 0 101111 100011100 1001010 11111

Color Harmonies of #691488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691488

Black with #691488

Text Example


Text Example

White with #691488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691488; }

 p { color: rgb(105,20,136); }

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

background-color css

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

 a { background-color: rgb(105,20,136); }

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

border-color css

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

 span { border-color: rgb(105,20,136); }

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