#670DAD

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

Shades of Purple Heart #670DAD

Tints of Purple Heart #670DAD

Color information

#670DAD (or 0x670DAD) is unknown color: approx Purple Heart. HEX triplet: 67, 0D and AD. RGB value is (103,13,173). Sum of RGB (Red+Green+Blue) = 103+13+173=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #670DAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670DAD is #98F252. Grayscale: #393939. Windows color (decimal): -10023507 or 11341159. OLE color: 11341159.

HSL color Cylindrical-coordinate representation of color #670DAD: hue angle of 273.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670DAD is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10313173-
CMYK0.400.9200.32
HSL273.75º86.02%36.47%-
HSV(B)273.75º92.49%67.84%-
XYZ13.286.1940.03-
YUV58.15192.82159.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.64%
GREEN value IS 13 (5.47% from 255) = 4.50%
BLUE value IS 173 (67.97% from 255) = 59.86%
R=35.64%
G=4.50%
B=59.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103131730.400.9200.32273.7586.0236.47
Hex67DAD285C0201125624
Octal147152555013404042212644
Binary1100111110110101101101000101110001000001000100101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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