Html Css Color HEX #691276 Purple

📋 copy color: '#691276'

red 105 ◦ green 18 ◦ blue 118

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

Shades of Purple #691276

Tints of Purple #691276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

 BLUE value IS 118 (46.48% from 255) = 48.96%

R = 43.57%
G = 7.47%
B = 48.96%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#691276 (or 0x691276) is known color: Purple. HEX triplet: 69, 12 and 76. RGB value is (105,18,118). Sum of RGB (Red+Green+Blue) = 105+18+118=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #691276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691276 is #96ED89. Grayscale: #373737. Windows color (decimal): -9891210 or 7737961. OLE color: 7737961.

HSL color Cylindrical-coordinate representation of color #691276: hue angle of 292.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691276 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 18 118 -
CMYK 0.11 0.85 0 0.54
HSL 292.2º 0.74% 0.27% -
HSV(B) 292.2º 0.85% 0.46% -
XYZ 9.31 4.74 17.56 -
YUV 55.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 105 18 118 0.11 0.85 0 0.54 292.2 0.74 0.27
Hex 69 12 76 B 55 0 36 124 4A 1B
Octal 151 22 166 13 125 0 66 444 112 33
Binary 1101001 10010 1110110 1011 1010101 0 110110 100100100 1001010 11011

Color Harmonies of #691276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691276

Black with #691276

Text Example


Text Example

White with #691276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691276; }

 p { color: rgb(105,18,118); }

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

background-color css

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

 a { background-color: rgb(105,18,118); }

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

border-color css

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

 span { border-color: rgb(105,18,118); }

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