Html Css Color HEX #691ABE Purple Heart

📋 copy color: '#691ABE'

red 105 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #691ABE

Tints of Purple Heart #691ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 32.71%
G = 8.1%
B = 59.19%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#691ABE (or 0x691ABE) is known color: Purple Heart. HEX triplet: 69, 1A and BE. RGB value is (105,26,190). Sum of RGB (Red+Green+Blue) = 105+26+190=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #691ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691ABE is #96E541. Grayscale: #434343. Windows color (decimal): -9889090 or 12458601. OLE color: 12458601.

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

Color convert

RGB 105 26 190 -
CMYK 0.45 0.86 0 0.25
HSL 268.9º 0.76% 0.42% -
HSV(B) 268.9º 0.86% 0.75% -
XYZ 15.49 7.46 49.34 -
YUV 68.32 196.67 154.16 -
System Red Green Blue C M Y K H S L
Decimal 105 26 190 0.45 0.86 0 0.25 268.9 0.76 0.42
Hex 69 1A BE 2D 56 0 19 10D 4C 2A
Octal 151 32 276 55 126 0 31 415 114 52
Binary 1101001 11010 10111110 101101 1010110 0 11001 100001101 1001100 101010

Color Harmonies of #691ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691ABE

Black with #691ABE

Text Example


Text Example

White with #691ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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