#670ABD

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

Shades of Purple Heart #670ABD

Tints of Purple Heart #670ABD

Color information

#670ABD (or 0x670ABD) is unknown color: approx Purple Heart. HEX triplet: 67, 0A and BD. RGB value is (103,10,189). Sum of RGB (Red+Green+Blue) = 103+10+189=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #670ABD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670ABD is #98F542. Grayscale: #393939. Windows color (decimal): -10024259 or 12388967. OLE color: 12388967.

HSL color Cylindrical-coordinate representation of color #670ABD: hue angle of 271.17º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670ABD is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10310189-
CMYK0.460.9500.26
HSL271.17º89.95%39.02%-
HSV(B)271.17º94.71%74.12%-
XYZ14.896.7748.67-
YUV58.21201.81159.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.11%
GREEN value IS 10 (4.30% from 255) = 3.31%
BLUE value IS 189 (74.22% from 255) = 62.58%
R=34.11%
G=3.31%
B=62.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103101890.460.9500.26271.1789.9539.02
Hex67ABD2E5F01A10f5a27
Octal147122755613703241713247
Binary110011110101011110110111010111110110101000011111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,10,189); }

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

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

 a { background-color: rgb(103,10,189); }

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

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

 span { border-color: rgb(103,10,189); }

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