#691ddc

Color #691DDC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #691DDC

Tints of Purple Heart #691DDC

Color information

#691DDC (or 0x691DDC) is unknown color: approx Purple Heart. HEX triplet: 69, 1D and DC. RGB value is (105,29,220). Sum of RGB (Red+Green+Blue) = 105+29+220=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #691DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691DDC is #96E223. Grayscale: #484848. Windows color (decimal): -9888292 or 14425449. OLE color: 14425449.

HSL color Cylindrical-coordinate representation of color #691DDC: hue angle of 263.87º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691DDC is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10529220-
CMYK0.520.8700.14
HSL263.87º76.71%48.82%-
HSV(B)263.87º86.82%86.27%-
XYZ19.189.0568.45-
YUV73.5210.68150.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 29 (11.72% from 255) = 8.19%
BLUE value IS 220 (86.33% from 255) = 62.15%
R=29.66%
G=8.19%
B=62.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal105292200.520.8700.14263.8776.7148.82
Hex691DDC34570E1084d31
Octal151353346412701641011561
Binary110100111101110111001101001010111011101000010001001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691ddc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,29,220); }

 H1.HeaderClassName
 {
   color: #691ddc;
 }
 .AnyTagClassName
 {
   color: #691ddc;
 }
</style>
background-color css

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

 a { background-color: rgb(105,29,220); }

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

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

 span { border-color: rgb(105,29,220); }

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