#670DB9

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

Shades of Purple Heart #670DB9

Tints of Purple Heart #670DB9

Color information

#670DB9 (or 0x670DB9) is unknown color: approx Purple Heart. HEX triplet: 67, 0D and B9. RGB value is (103,13,185). Sum of RGB (Red+Green+Blue) = 103+13+185=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #670DB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670DB9 is #98F246. Grayscale: #3A3A3A. Windows color (decimal): -10023495 or 12127591. OLE color: 12127591.

HSL color Cylindrical-coordinate representation of color #670DB9: hue angle of 271.4º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670DB9 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10313185-
CMYK0.440.9300.27
HSL271.4º86.87%38.82%-
HSV(B)271.4º92.97%72.55%-
XYZ14.496.6746.42-
YUV59.52198.82159.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.22%
GREEN value IS 13 (5.47% from 255) = 4.32%
BLUE value IS 185 (72.66% from 255) = 61.46%
R=34.22%
G=4.32%
B=61.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103131850.440.9300.27271.486.8738.82
Hex67DB92C5D01B10f5727
Octal147152715413503341712747
Binary110011111011011100110110010111010110111000011111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670DB9; }

 p { color: rgb(103,13,185); }

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

<style>
 a { background-color: #670DB9; }

 a { background-color: rgb(103,13,185); }

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

<style>
 span { border-color: #670DB9; }

 span { border-color: rgb(103,13,185); }

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