Html Css Color HEX #691285 Purple

📋 copy color: '#691285'

red 105 ◦ green 18 ◦ blue 133

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

Shades of Purple #691285

Tints of Purple #691285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.95%

R = 41.02%
G = 7.03%
B = 51.95%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#691285 (or 0x691285) is known color: Purple. HEX triplet: 69, 12 and 85. RGB value is (105,18,133). Sum of RGB (Red+Green+Blue) = 105+18+133=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #691285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691285 is #96ED7A. Grayscale: #383838. Windows color (decimal): -9891195 or 8721001. OLE color: 8721001.

HSL color Cylindrical-coordinate representation of color #691285: hue angle of 285.39º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691285 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 18 133 -
CMYK 0.21 0.86 0 0.48
HSL 285.39º 0.76% 0.3% -
HSV(B) 285.39º 0.86% 0.52% -
XYZ 10.28 5.13 22.64 -
YUV 57.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 105 18 133 0.21 0.86 0 0.48 285.39 0.76 0.3
Hex 69 12 85 15 56 0 30 11D 4C 1E
Octal 151 22 205 25 126 0 60 435 114 36
Binary 1101001 10010 10000101 10101 1010110 0 110000 100011101 1001100 11110

Color Harmonies of #691285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691285

Black with #691285

Text Example


Text Example

White with #691285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691285; }

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

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

background-color css

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

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

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

border-color css

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

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

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