#690ABF

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

Shades of Purple Heart #690ABF

Tints of Purple Heart #690ABF

Color information

#690ABF (or 0x690ABF) is unknown color: approx Purple Heart. HEX triplet: 69, 0A and BF. RGB value is (105,10,191). Sum of RGB (Red+Green+Blue) = 105+10+191=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #690ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690ABF is #96F540. Grayscale: #3A3A3A. Windows color (decimal): -9893185 or 12520041. OLE color: 12520041.

HSL color Cylindrical-coordinate representation of color #690ABF: hue angle of 271.49º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690ABF is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10510191-
CMYK0.450.9500.25
HSL271.49º90.05%39.41%-
HSV(B)271.49º94.76%74.9%-
XYZ15.346.9849.83-
YUV59.04202.47160.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 10 (4.30% from 255) = 3.27%
BLUE value IS 191 (75% from 255) = 62.42%
R=34.31%
G=3.27%
B=62.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105101910.450.9500.25271.4990.0539.41
Hex69ABF2D5F01910f5a27
Octal151122775513703141713247
Binary110100110101011111110110110111110110011000011111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690ABF; }

 p { color: rgb(105,10,191); }

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

<style>
 a { background-color: #690ABF; }

 a { background-color: rgb(105,10,191); }

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

<style>
 span { border-color: #690ABF; }

 span { border-color: rgb(105,10,191); }

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