#691DE0

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

Shades of Purple Heart #691DE0

Tints of Purple Heart #691DE0

Color information

#691DE0 (or 0x691DE0) is unknown color: approx Purple Heart. HEX triplet: 69, 1D and E0. RGB value is (105,29,224). Sum of RGB (Red+Green+Blue) = 105+29+224=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #691DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691DE0 is #96E21F. Grayscale: #494949. Windows color (decimal): -9888288 or 14687593. OLE color: 14687593.

HSL color Cylindrical-coordinate representation of color #691DE0: hue angle of 263.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691DE0 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10529224-
CMYK0.530.8700.12
HSL263.38º77.08%49.61%-
HSV(B)263.38º87.05%87.84%-
XYZ19.729.2671.27-
YUV73.95212.68150.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 29 (11.72% from 255) = 8.10%
BLUE value IS 224 (87.89% from 255) = 62.57%
R=29.33%
G=8.10%
B=62.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105292240.530.8700.12263.3877.0849.61
Hex691DE035570C1074d32
Octal151353406512701440711562
Binary110100111101111000001101011010111011001000001111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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