Html Css Color HEX #691ABB Purple Heart

📋 copy color: '#691ABB'

red 105 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #691ABB

Tints of Purple Heart #691ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.18%

 BLUE value IS 187 (73.44% from 255) = 58.81%

R = 33.02%
G = 8.18%
B = 58.81%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#691ABB (or 0x691ABB) is known color: Purple Heart. HEX triplet: 69, 1A and BB. RGB value is (105,26,187). Sum of RGB (Red+Green+Blue) = 105+26+187=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #691ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691ABB is #96E544. Grayscale: #434343. Windows color (decimal): -9889093 or 12261993. OLE color: 12261993.

HSL color Cylindrical-coordinate representation of color #691ABB: hue angle of 269.44º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691ABB is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 26 187 -
CMYK 0.44 0.86 0 0.27
HSL 269.44º 0.76% 0.42% -
HSV(B) 269.44º 0.86% 0.73% -
XYZ 15.16 7.33 47.63 -
YUV 67.98 195.17 154.41 -
System Red Green Blue C M Y K H S L
Decimal 105 26 187 0.44 0.86 0 0.27 269.44 0.76 0.42
Hex 69 1A BB 2C 56 0 1B 10D 4C 2A
Octal 151 32 273 54 126 0 33 415 114 52
Binary 1101001 11010 10111011 101100 1010110 0 11011 100001101 1001100 101010

Color Harmonies of #691ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691ABB

Black with #691ABB

Text Example


Text Example

White with #691ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691ABB; }

 p { color: rgb(105,26,187); }

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

background-color css

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

 a { background-color: rgb(105,26,187); }

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

border-color css

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

 span { border-color: rgb(105,26,187); }

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