#690DBD

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

Shades of Purple Heart #690DBD

Tints of Purple Heart #690DBD

Color information

#690DBD (or 0x690DBD) is unknown color: approx Purple Heart. HEX triplet: 69, 0D and BD. RGB value is (105,13,189). Sum of RGB (Red+Green+Blue) = 105+13+189=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #690DBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690DBD is #96F242. Grayscale: #3B3B3B. Windows color (decimal): -9892419 or 12389737. OLE color: 12389737.

HSL color Cylindrical-coordinate representation of color #690DBD: hue angle of 271.36º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690DBD is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10513189-
CMYK0.440.9300.26
HSL271.36º87.13%39.61%-
HSV(B)271.36º93.12%74.12%-
XYZ15.156.9748.69-
YUV60.57200.48159.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 13 (5.47% from 255) = 4.23%
BLUE value IS 189 (74.22% from 255) = 61.56%
R=34.20%
G=4.23%
B=61.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105131890.440.9300.26271.3687.1339.61
Hex69DBD2C5D01A10f5728
Octal151152755413503241712750
Binary110100111011011110110110010111010110101000011111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,13,189); }

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

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

 a { background-color: rgb(105,13,189); }

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

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

 span { border-color: rgb(105,13,189); }

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