Html Css Color HEX #691385 Purple

📋 copy color: '#691385'

red 105 ◦ green 19 ◦ blue 133

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

Shades of Purple #691385

Tints of Purple #691385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

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

R = 40.86%
G = 7.39%
B = 51.75%

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

#691385 (or 0x691385) is known color: Purple. HEX triplet: 69, 13 and 85. RGB value is (105,19,133). Sum of RGB (Red+Green+Blue) = 105+19+133=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #691385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691385 is #96EC7A. Grayscale: #393939. Windows color (decimal): -9890939 or 8721257. OLE color: 8721257.

HSL color Cylindrical-coordinate representation of color #691385: hue angle of 285.26º degrees, saturation: 0.75, 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 #691385 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 19 133 -
CMYK 0.21 0.86 0 0.48
HSL 285.26º 0.75% 0.3% -
HSV(B) 285.26º 0.86% 0.52% -
XYZ 10.29 5.16 22.64 -
YUV 57.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 105 19 133 0.21 0.86 0 0.48 285.26 0.75 0.3
Hex 69 13 85 15 56 0 30 11D 4B 1E
Octal 151 23 205 25 126 0 60 435 113 36
Binary 1101001 10011 10000101 10101 1010110 0 110000 100011101 1001011 11110

Color Harmonies of #691385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691385

Black with #691385

Text Example


Text Example

White with #691385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691385; }

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

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

background-color css

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

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

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

border-color css

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

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

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