#670DA5

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

Shades of Purple Heart #670DA5

Tints of Purple Heart #670DA5

Color information

#670DA5 (or 0x670DA5) is unknown color: approx Purple Heart. HEX triplet: 67, 0D and A5. RGB value is (103,13,165). Sum of RGB (Red+Green+Blue) = 103+13+165=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 165 (64.84% from 255 or 58.72% from 281); Max value from RGB is 165 - color contains mainly: blue. Hex color #670DA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670DA5 is #98F25A. Grayscale: #383838. Windows color (decimal): -10023515 or 10816871. OLE color: 10816871.

HSL color Cylindrical-coordinate representation of color #670DA5: hue angle of 275.53º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670DA5 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10313165-
CMYK0.380.9200.35
HSL275.53º85.39%34.9%-
HSV(B)275.53º92.12%64.71%-
XYZ12.535.8936.07-
YUV57.24188.82160.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.65%
GREEN value IS 13 (5.47% from 255) = 4.63%
BLUE value IS 165 (64.84% from 255) = 58.72%
R=36.65%
G=4.63%
B=58.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal103131650.380.9200.35275.5385.3934.9
Hex67DA5265C0231145523
Octal147152454613404342412543
Binary1100111110110100101100110101110001000111000101001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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