#670CAB

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

Shades of Purple Heart #670CAB

Tints of Purple Heart #670CAB

Color information

#670CAB (or 0x670CAB) is unknown color: approx Purple Heart. HEX triplet: 67, 0C and AB. RGB value is (103,12,171). Sum of RGB (Red+Green+Blue) = 103+12+171=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #670CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670CAB is #98F354. Grayscale: #383838. Windows color (decimal): -10023765 or 11209831. OLE color: 11209831.

HSL color Cylindrical-coordinate representation of color #670CAB: hue angle of 274.34º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670CAB is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10312171-
CMYK0.400.9300.33
HSL274.34º86.89%35.88%-
HSV(B)274.34º92.98%67.06%-
XYZ13.086.0939.01-
YUV57.33192.15160.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.01%
GREEN value IS 12 (5.08% from 255) = 4.20%
BLUE value IS 171 (67.19% from 255) = 59.79%
R=36.01%
G=4.20%
B=59.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103121710.400.9300.33274.3486.8935.88
Hex67CAB285D0211125724
Octal147142535013504142212744
Binary1100111110010101011101000101110101000011000100101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,12,171); }

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

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

 a { background-color: rgb(103,12,171); }

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

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

 span { border-color: rgb(103,12,171); }

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