Html Css Color HEX #691FB0 Purple Heart

📋 copy color: '#691FB0'

red 105 ◦ green 31 ◦ blue 176

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

Shades of Purple Heart #691FB0

Tints of Purple Heart #691FB0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.94%

 BLUE value IS 176 (69.14% from 255) = 56.41%

R = 33.65%
G = 9.94%
B = 56.41%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#691FB0 (or 0x691FB0) is known color: Purple Heart. HEX triplet: 69, 1F and B0. RGB value is (105,31,176). Sum of RGB (Red+Green+Blue) = 105+31+176=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 176 (69.14% from 255 or 56.41% from 312); Max value from RGB is 176 - color contains mainly: blue. Hex color #691FB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691FB0 is #96E04F. Grayscale: #454545. Windows color (decimal): -9887824 or 11542377. OLE color: 11542377.

HSL color Cylindrical-coordinate representation of color #691FB0: hue angle of 270.62º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #691FB0 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 31 176 -
CMYK 0.40 0.82 0 0.31
HSL 270.62º 0.7% 0.41% -
HSV(B) 270.62º 0.82% 0.69% -
XYZ 14.15 7.12 41.7 -
YUV 69.66 188.02 153.21 -
System Red Green Blue C M Y K H S L
Decimal 105 31 176 0.40 0.82 0 0.31 270.62 0.7 0.41
Hex 69 1F B0 28 52 0 1F 10F 46 29
Octal 151 37 260 50 122 0 37 417 106 51
Binary 1101001 11111 10110000 101000 1010010 0 11111 100001111 1000110 101001

Color Harmonies of #691FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691FB0

Black with #691FB0

Text Example


Text Example

White with #691FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,31,176); }

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

background-color css

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

 a { background-color: rgb(105,31,176); }

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

border-color css

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

 span { border-color: rgb(105,31,176); }

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